goba Sat Jul 27 09:43:12 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
Correcting funcindex generation code to work with cygwin+windows+php
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.121 phpdoc/Makefile.in:1.122
--- phpdoc/Makefile.in:1.121 Thu Jul 25 07:01:04 2002
+++ phpdoc/Makefile.in Sat Jul 27 09:43:12 2002
@@ -13,7 +13,7 @@
#
#
-# $Id: Makefile.in,v 1.121 2002/07/25 11:01:04 goba Exp $
+# $Id: Makefile.in,v 1.122 2002/07/27 13:43:12 goba Exp $
#
all: html
@@ -110,8 +110,8 @@
echo " reusing old file" ;\
touch funcindex.xml ;\
else \
- echo "$(PHP) -q -d short_tags=off $(srcdir)/scripts/genfuncindex.php
../quickref.txt @ENCODING@ > funcindex.xml" ;\
- $(PHP) -q -d short_tags=off $(srcdir)/scripts/genfuncindex.php ../quickref.txt
@ENCODING@ > funcindex.xml ;\
+ echo "$(PHP) -q $(srcdir)/scripts/genfuncindex.php ../quickref.txt >
+funcindex.xml" ;\
+ $(PHP) -q $(srcdir)/scripts/genfuncindex.php ../quickref.txt > funcindex.xml ;\
fi
mirror-files: $(MIRROR_TARGETS)
@@ -130,7 +130,7 @@
quickref: quickref.txt
quickref.txt: FORCE
- if test ! -e funcindex.xml; then touch funcindex.xml; fi
+ @if test ! -e funcindex.xml; then touch funcindex.xml; fi
$(JADE) $(CATALOG) -d $(QUICKREF_STYLESHEET) -V nochunks -t sgml $(XMLDCL)
manual.xml | sed -e 's/ */ /g' | sort -f > quickref.txt
kdevelop_toc: php.toc
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php