jimw Fri Jan 12 16:14:12 2001 EDT
Modified files:
/phpdoc Makefile.in
Log:
this target isn't used, so clear out the clutter
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.49 phpdoc/Makefile.in:1.50
--- phpdoc/Makefile.in:1.49 Fri Jan 12 15:37:17 2001
+++ phpdoc/Makefile.in Fri Jan 12 16:14:10 2001
@@ -26,7 +26,7 @@
# +----------------------------------------------------------------------+
#
-# $Id: Makefile.in,v 1.49 2001/01/12 23:37:17 jimw Exp $
+# $Id: Makefile.in,v 1.50 2001/01/13 00:14:10 jimw Exp $
#
VPATH=@srcdir@
@@ -41,7 +41,6 @@
VERSION="@PHP_VERSION@"
HTML_STYLESHEET=$(srcdir)/html.dsl
PHPWEB_STYLESHEET=$(srcdir)/phpweb.dsl
-PHP_STYLESHEET=$(srcdir)/php.dsl
HOWTO_STYLESHEET=$(srcdir)/howto.dsl
PRINT_STYLESHEET=$(srcdir)/print.dsl
QUICKREF_STYLESHEET=$(srcdir)/quickref.dsl
@@ -49,7 +48,6 @@
HTML_DEPS=$(HTML_STYLESHEET) $(srcdir)/html-common.dsl $(srcdir)/common.dsl
PRINT_DEPS=$(PRINT_STYLESHEET) $(srcdir)/common.dsl
PHPWEB_DEPS=$(PHPWEB_STYLESHEET) $(srcdir)/html-common.dsl $(srcdir)/common.dsl
-PHP_DEPS=$(PHP_STYLESHEET) $(srcdir)/html-common.dsl $(srcdir)/common.dsl
QUICKREF_DEPS=$(srcdir)/quickref.dsl $(srcdir)/Makefile
all: html
@@ -78,7 +76,6 @@
html: html/manual.html
phpweb: php/manual.php
-php: php/index.php
rtf: manual.rtf
dvi: manual.dvi
ps: manual.ps
@@ -139,10 +136,6 @@
html/manual.html: manual.xml $(HTML_DEPS)
@test -d html || mkdir html
$(JADE) $(CATALOG) -d $(HTML_STYLESHEET) -V use-output-dir -t sgml
$(srcdir)/phpdocxml.dcl manual.xml
-
-php/index.php: manual.xml $(PHPWEB_DEPS)
- @test -d php || mkdir php
- -$(JADE) $(CATALOG) -d $(PHP_STYLESHEET) -V use-output-dir -t sgml
$(srcdir)/phpdocxml.dcl manual.xml
php/manual.php: manual.xml $(PHPWEB_DEPS)
@test -d php || mkdir php