goba            Sat Sep  8 14:44:15 2001 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  howto.xml name change
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.67 phpdoc/Makefile.in:1.68
--- phpdoc/Makefile.in:1.67     Sat Sep  8 14:21:03 2001
+++ phpdoc/Makefile.in  Sat Sep  8 14:44:15 2001
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.67 2001/09/08 18:21:03 goba Exp $
+# $Id: Makefile.in,v 1.68 2001/09/08 18:44:15 goba Exp $
 #
 
 VPATH=@srcdir@
@@ -168,9 +168,9 @@
 manual.tar.bz2: html/index.html
        -rm -f $@ && (cd html; tar -cf - *.html) | bzip2 -9 > manual.tar.bz2
 
-howto/html/index.html: howto/phpdoc-howto.xml $(HOWTO_DEPS)
+howto/html/index.html: howto/howto.xml $(HOWTO_DEPS)
        @test -d howto/html || mkdir howto/html
-       -$(JADE) -i lang-en $(CATALOG) -d $(HOWTO_STYLESHEET) -V use-output-dir -t 
sgml $(srcdir)/phpdocxml.dcl $(srcdir)/howto/phpdoc-howto.xml
+       -$(JADE) -i lang-en $(CATALOG) -d $(HOWTO_STYLESHEET) -V use-output-dir -t 
+sgml $(srcdir)/phpdocxml.dcl $(srcdir)/howto/howto.xml
 
 tex latex: $(srcdir)/manual.tex
 


Reply via email to