derick Sun May 19 08:08:34 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
- Revert broken patch
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.114 phpdoc/Makefile.in:1.115
--- phpdoc/Makefile.in:1.114 Sat May 18 13:45:24 2002
+++ phpdoc/Makefile.in Sun May 19 08:08:33 2002
@@ -13,7 +13,7 @@
#
#
-# $Id: Makefile.in,v 1.114 2002/05/18 17:45:24 tom Exp $
+# $Id: Makefile.in,v 1.115 2002/05/19 12:08:33 derick Exp $
#
all: html
@@ -33,7 +33,7 @@
CATALOG=@CATALOG@
-VERSION="@PHPVERSION@"
+VERSION="@PHP_VERSION@"
HTML_STYLESHEET=dsssl/html.dsl
PHPWEB_STYLESHEET=dsssl/phpweb.dsl
HOWTO_STYLESHEET=dsssl/howto.dsl
@@ -42,11 +42,10 @@
KDEVELOP_TOC_STYLESHEET=dsssl/kdevelop_toc.dsl
XMLDCL=$(srcdir)/dtds/dbxml-@DOCBOOK_VERSION@/phpdocxml.dcl
-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
+HTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in
+dsssl/common.dsl.in zendapi
HOWTO_DEPS=$(HOWTO_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in
dsssl/common.dsl.in howto/howto.ent
PRINT_DEPS=$(PRINT_STYLESHEET) dsssl/common.dsl.in dsssl/print.dsl.in zendapi
-PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapiphp
+PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapi
KDEVELOP_TOC_DEPS=dsssl/kdevelop_toc.dsl Makefile
DIST_FILES=@MANUAL@.tar.bz2 @MANUAL@.html.bz2 @MANUAL@.doc.pdb
@@ -70,14 +69,6 @@
zendapi:
@ZEND_FIGURES@
-zendapihtml:
- @test -d html || mkdir html
- @ZEND_FIGURES@/html
-
-zendapiphp:
- @test -d php || mkdir php
- @ZEND_FIGURES@/php
-
html: html/index.html
bightml: @MANUAL@.html
phpweb: php/index.php
@@ -147,7 +138,7 @@
@MANUAL@.xml: manual.xml
cp manual.xml $@
-@MANUAL@.html: @MANUAL@.xml $(BIGHTML_DEPS)
+@MANUAL@.html: @MANUAL@.xml $(HTML_DEPS)
html/index.html: manual.xml $(HTML_DEPS)
@test -d html || mkdir html
@@ -167,13 +158,13 @@
iSilo386 @MANUAL@.html @MANUAL@.isilo.pdb
@MANUAL@.zip: html/index.html
- -rm -f $@ && (cd html; zip -9 -q ../$@ *.html figures/*)
+ -rm -f $@ && (cd html; zip -9 -q ../$@ *.html)
@MANUAL@.tar.gz: html/index.html
- -rm -f $@ && (cd html; tar -cf - *.html figures) | gzip -9 > $@
+ -rm -f $@ && (cd html; tar -cf - *.html) | gzip -9 > $@
@MANUAL@.tar.bz2: html/index.html
- -rm -f $@ && (cd html; tar -cf - *.html figures) | bzip2 -9 > $@
+ -rm -f $@ && (cd html; tar -cf - *.html) | bzip2 -9 > $@
howto/html/index.html: howto/howto.xml $(HOWTO_DEPS)
@test -d howto/html || mkdir howto/html