home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
232_01
/
makefile.doc
< prev
next >
Wrap
Makefile
|
1987-06-17
|
512b
|
27 lines
TROFF = vtroff
DITROFF = vtroff
FILES = READ_ME Makefile macros books BUGS INDEX \
install userman apndx1 st.1 syntax
INDEX: books
invert books
installguide:
$(TROFF) -ms install
manbody: INDEX
bib userman | tbl | $(TROFF) -ms
appendix1: apndx1 macros
tbl apndx1 | $(TROFF) -ms
appendix2:
$(TROFF) -man man
appendix3:
pic syntax | $(DITROFF) -ms
bundle: $(FILES)
bundle $(FILES) >../docs.bundle