techtonik Sun Nov 14 17:33:26 2004 EDT
Modified files:
/phpdoc Makefile.in
Log:
use XSL to generate quick reference (quickref.xsl)
http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.155&r2=1.156&ty=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.155 phpdoc/Makefile.in:1.156
--- phpdoc/Makefile.in:1.155 Mon Nov 1 16:12:09 2004
+++ phpdoc/Makefile.in Sun Nov 14 17:33:26 2004
@@ -16,7 +16,7 @@
#
#
-# $Id: Makefile.in,v 1.155 2004/11/01 21:12:09 derick Exp $
+# $Id: Makefile.in,v 1.156 2004/11/14 22:33:26 techtonik Exp $
#
all: html
@@ -50,6 +50,7 @@
CHM_XSL_SHEET=xsl/htmlhelp.xsl
HOWTO_XSL_SHEET=xsl/howto.xsl
+QUICKREF_XSL_SHEET=xsl/quickref.xsl
BIGHTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in
dsssl/common.dsl.in zendapi
HTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in
dsssl/common.dsl.in zendapihtml
@@ -147,7 +148,7 @@
quickref: quickref.txt
quickref.txt: FORCE
@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' | sed -e 's/>/>/' | sed -e
's/</</' | sort -f > quickref.txt
+ $(XSLTPROC) $(QUICKREF_XSL_SHEET) manual.xml > quickref.txt
kdevelop_toc: php.toc
php.toc: manual.xml $(KDEVELOP_TOC_DEPS)