tom             Sun Mar  9 12:38:54 2003 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  added targets for bightml and fo
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.125 phpdoc/Makefile.in:1.126
--- phpdoc/Makefile.in:1.125    Mon Feb 10 08:12:28 2003
+++ phpdoc/Makefile.in  Sun Mar  9 12:38:54 2003
@@ -13,7 +13,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.125 2003/02/10 13:12:28 betz Exp $
+# $Id: Makefile.in,v 1.126 2003/03/09 17:38:54 tom Exp $
 #
 
 all: html
@@ -45,7 +45,6 @@
 KDEVELOP_TOC_STYLESHEET=dsssl/kdevelop_toc.dsl
 XMLDCL=$(srcdir)/dtds/dbxml-4.1.2/phpdocxml.dcl
 
-HTML_XSL_SHEET=xsl/html.xsl
 CHM_XSL_SHEET=xsl/htmlhelp.xsl
 
 BIGHTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
dsssl/common.dsl.in zendapi
@@ -163,7 +162,13 @@
 # still needs more tweaks!!
 html_xsl: manual.xml
        @test -d html || mkdir html
-       ${XSLTPROC} $(HTML_XSL_SHEET) manual.xml
+       ${XSLTPROC} xsl/html.xsl manual.xml
+
+bightml_xsl: manual.xml
+       ${XSLTPROC} -o @[EMAIL PROTECTED] xsl/bightml.xsl manual.xml
+
+fo: manual.xml
+       ${XSLTPROC} -o manual.fo xsl/fo.xsl manual.xml
 
 chm_xsl: manual.xml
        @test -d ./htmlhelp/html || mkdir ./htmlhelp/html



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to