10 lines
189 B
Makefile
10 lines
189 B
Makefile
|
# $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
|