This commit is contained in:
ceriel
1991-09-30 17:58:00 +00:00
parent 4551038c47
commit 270ceb3829
16 changed files with 2046 additions and 0 deletions

9
doc/lint/Makefile Normal file
View File

@@ -0,0 +1,9 @@
# $Header$
FP = frontpage
DOC = abstract contents chap1 chap2 chap3 chap4 chap5 chap6 chap7\
chap8 chap9 appendix_A appendix_B
../lint.doc: $(FP) $(DOC)
cat $(FP) $(DOC) > ../lint.doc