ppcrcd/trunk/Makefile
sparky
cvs at pld-linux.org
Wed Aug 9 19:57:00 CEST 2006
Author: sparky
Date: Wed Aug 9 19:56:57 2006
New Revision: 7637
Modified:
ppcrcd/trunk/Makefile
Log:
- prerequisites for out/docs/index.html:
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile (original)
+++ ppcrcd/trunk/Makefile Wed Aug 9 19:56:57 2006
@@ -296,7 +296,7 @@
@mkdir -p out/docs
./doc/gendoc.pl $< > $@
-out/docs/index.html: doc/index.html
+out/docs/index.html: doc/index.html $(addprefix doc/README.,$(DOCSRC))
@mkdir -p out/docs
cat $< > $@
for DOC in $(DOCSRC); do \
More information about the pld-cvs-commit
mailing list