Initial entry

This commit is contained in:
dick
1988-06-22 21:48:19 +00:00
parent b72f2848dd
commit 6214be89c8
10 changed files with 1837 additions and 0 deletions

16
doc/int/Makefile Executable file
View File

@@ -0,0 +1,16 @@
# $Header$
TBL=/usr/ditroff/tbl
DOC = draw.mac cover txt1 txt2 txt3 appA appB bib
int.doc: $(DOC)
$(TBL) $(DOC) > $@
FLS = README .distr Makefile int.1 $(DOC)
.distr: Makefile
echo $(FLS) | tr ' ' '\012' >.distr
clean:
rm -f int.doc