Annotation of 43BSDTahoe/new/dipress/doc/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # User adjustable parameters
                      3: TROFF=iptroff
                      4: EQN=ieqn -Tip
                      5: TBL=itbl -Tip
                      6: PIC=ipic -Tip
                      7: #
                      8: ##############
                      9: 
                     10: FILES=setup.me intro.me guide.me program.me intertext.me install-unix.me install-vms.me acknowledge.me appendixA.me examples.me char-chart.me preamble.me
                     11: 
                     12: doc.ip: body.ip cover.ip
                     13:        ipfe -o doc.ip -s cover.ip body.ip
                     14: 
                     15: body.ip cover.ip: doc-.ip
                     16:        sh Split-pages.sh
                     17: 
                     18: doc-.ip: $(FILES)
                     19:        ${TBL} ${FILES} | ${EQN} | ${PIC} | ${TROFF} -o doc-.ip -me
                     20: 
                     21: clean:
                     22:        rm -f doc.ip doc-.ip cover.ip body.ip Split-pages.sh

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.