goba Thu Jul 18 07:29:16 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
Correcting revcheck make code
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.119 phpdoc/Makefile.in:1.120
--- phpdoc/Makefile.in:1.119 Tue Jun 11 06:52:30 2002
+++ phpdoc/Makefile.in Thu Jul 18 07:29:15 2002
@@ -13,7 +13,7 @@
#
#
-# $Id: Makefile.in,v 1.119 2002/06/11 10:52:30 hholzgra Exp $
+# $Id: Makefile.in,v 1.120 2002/07/18 11:29:15 goba Exp $
#
all: html
@@ -26,6 +26,7 @@
scriptdir=@srcdir@/scripts
PHP_SOURCE=@PHP_SOURCE@
LANGCODE=@LANG@
+LANGDIR=@LANGDIR@
LANG=@LANG@ -D .
JADE=@SP_OPTIONS@ @JADE@ -D . -wno-idref
NSGMLS=@SP_OPTIONS@ @NSGMLS@
@@ -100,7 +101,7 @@
$(scriptdir)/genfuncsummary.sh $(PHP_SOURCE) > funcsummary.txt
revcheck.html: FORCE
- PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f $(scriptdir)/revcheck.php
$(LANGCODE) > revcheck.html
+ PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f $(scriptdir)/revcheck.php
+$(LANGDIR) > revcheck.html
funcindex.xml: quickref.txt
@if test "$(PHP)" = "no"; then \
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php