Date: 01/18/02
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] make revcheck broken"
- Previous message: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/language variables.xml"
- Next in thread: jim winstead: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
goba Fri Jan 18 16:57:45 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
As $(LANG) contains jade/nsgmls specific "-D ." option, add a new
$(LANGCODE) var for other programs...
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.103 phpdoc/Makefile.in:1.104
--- phpdoc/Makefile.in:1.103 Thu Jan 17 06:16:21 2002
+++ phpdoc/Makefile.in Fri Jan 18 16:57:45 2002
@@ -17,7 +17,7 @@
#
#
-# $Id: Makefile.in,v 1.103 2002/01/17 11:16:21 hholzgra Exp $
+# $Id: Makefile.in,v 1.104 2002/01/18 21:57:45 goba Exp $
#
all: html
@@ -29,6 +29,7 @@
srcdir= <email protected>@
scriptdir= <email protected>@/scripts
PHP_SOURCE= <email protected>@
+LANGCODE= <email protected>@
LANG= <email protected>@ -D .
JADE= <email protected>@ <email protected>@ -D . -wno-idref
NSGMLS= <email protected>@ <email protected>@
@@ -92,7 +93,7 @@
$(scriptdir)/genfuncsummary.sh $(PHP_SOURCE) > funcsummary.txt
revcheck.html: FORCE
- PHPDOCDIR=$(srcdir) $(PHP) -f $(scriptdir)/revcheck.php $(LANG) > revcheck.html
+ PHPDOCDIR=$(srcdir) $(PHP) -f $(scriptdir)/revcheck.php $(LANGCODE) > revcheck.html
funcindex.xml: quickref.txt
<email protected> test "$(PHP)" = "no"; then \
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] make revcheck broken"
- Previous message: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/language variables.xml"
- Next in thread: jim winstead: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

