jimw Fri Jan 11 16:28:41 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
don't make test targets depend on funcindex.xml, since that depends on quickref.txt,
and generation of that is forced.
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.98 phpdoc/Makefile.in:1.99
--- phpdoc/Makefile.in:1.98 Thu Jan 10 14:25:25 2002
+++ phpdoc/Makefile.in Fri Jan 11 16:28:41 2002
@@ -8,7 +8,7 @@
# | that is bundled with this package in the file LICENCE and is |
# | avalible through the world wide web at |
# | http://www.php.net/license/2_02.txt. |
-# | If uou did not receive a copy of the PHP license and are unable to |
+# | If you did not receive a copy of the PHP license and are unable to |
# | obtain it through the world wide web, please send a note to |
# | [EMAIL PROTECTED] so we can mail you a copy immediately |
# +----------------------------------------------------------------------+
@@ -17,7 +17,7 @@
#
#
-# $Id: Makefile.in,v 1.98 2002/01/10 19:25:25 hholzgra Exp $
+# $Id: Makefile.in,v 1.99 2002/01/11 21:28:41 jimw Exp $
#
all: html
@@ -223,11 +223,11 @@
# {{{ tests
# test all possible errors
-test: manual.xml funcindex
+test: manual.xml
$(NSGMLS) -i lang-$(LANG) -s $(XMLDCL) manual.xml
# ignore missing IDs and check if the manual can be generated anyway
-test_man_gen: manual.xml funcindex
+test_man_gen: manual.xml
$(NSGMLS) -wno-idref -i lang-$(LANG) -s $(XMLDCL) manual.xml
# }}}
@@ -246,4 +246,4 @@
distclean: clean
for file in `find . -name "*.in"`; do rm `dirname $$file`/`basename $$file
.in`; done
-# }}}
\ No newline at end of file
+# }}}