bjori Wed Jul 4 17:13:18 2007 UTC
Modified files:
/phpdoc Makefile.in
Log:
Copy&paste errors
http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.in?r1=1.197&r2=1.198&diff_format=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.197 phpdoc/Makefile.in:1.198
--- phpdoc/Makefile.in:1.197 Tue Jul 3 02:02:55 2007
+++ phpdoc/Makefile.in Wed Jul 4 17:13:18 2007
@@ -16,7 +16,7 @@
#
#
-# $Id: Makefile.in,v 1.197 2007/07/03 02:02:55 bjori Exp $
+# $Id: Makefile.in,v 1.198 2007/07/04 17:13:18 bjori Exp $
#
all: html
@@ -89,7 +89,7 @@
entities: FORCE
$(PHP) -c $(scriptdir) -q $(scriptdir)/entities.php
-manual.xml: $(srcdir)/manual.xml.in $(MANUAL_COMPLETE)
+manual.xml: $(srcdir)/manual.xml.in
CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
images:
@@ -345,18 +345,18 @@
# {{{ tests
# test all possible errors
-test: $(MANUAL_STRIPPED)
+test: manual.xml
@if test ! -f funcindex.xml; then touch funcindex.xml; fi
@if test ! -f entities/missing-entities.ent; then touch
entities/missing-entities.ent; fi
@if test ! -f entities/missing-ids.xml; then touch
entities/missing-ids.xml; fi
- $(NSGMLS) -i lang-$(LANG) -s $(XMLDCL) $(MANUAL_STRIPPED)
+ $(NSGMLS) -i lang-$(LANG) -s $(XMLDCL) manual.xml
# ignore missing IDs and check if the manual can be generated anyway
-test_man_gen: $(MANUAL_STRIPPED)
+test_man_gen: manual.xml
@if test ! -f funcindex.xml; then touch funcindex.xml; fi
@if test ! -f entities/missing-entities.ent; then touch
entities/missing-entities.ent; fi
@if test ! -f entities/missing-ids.xml; then touch
entities/missing-ids.xml; fi
- $(NSGMLS) -wno-idref -i lang-$(LANG) -s $(XMLDCL) $(MANUAL_STRIPPED)
+ $(NSGMLS) -wno-idref -i lang-$(LANG) -s $(XMLDCL) manual.xml
test_xml: $(MANUAL_COMPLETE)
@if test ! -f funcindex.xml; then touch funcindex.xml; fi