|
|
1.1 ! root 1: # Makefile for manual pages for the Unix Interpress utilities ! 2: ## (C) Copyright 1985, 1986 Xerox Corp. ! 3: # ! 4: DESTMAN=/usr/man/mann ! 5: MANS= charset.1 dipress.1 ipf.1 ipfe.1 ipmetrics.1 iptotext.1 iptroff.1 \ ! 6: makextdev.1 maha.1 mp2res.1 plot2ip.1 texttoip.1 ! 7: ! 8: all:; ! 9: install:; ! 10: ! 11: FRC: ! 12: ! 13: #.SUFFIXES: .1 .n.ip ! 14: #.1.n.ip: ! 15: # iptroff -man NoCutMarks.man $< ! 16: ! 17: # Do a "make install" before running this command. ! 18: # Calling rdist so many times in not very efficient ! 19: rdist: ! 20: for i in ${MANS}; do \ ! 21: for j in ${DESTMACHINES}; do \ ! 22: (rdist -c ${DESTMAN}/$$i $$j); done; done ! 23: ! 24: ${DESTMAN}: ! 25: mkdir ${DESTMAN} ! 26: ! 27: clean:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.