goba            Sun Sep 23 11:04:39 2001 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  Howto improvements
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.70 phpdoc/Makefile.in:1.71
--- phpdoc/Makefile.in:1.70     Sun Sep 23 09:43:29 2001
+++ phpdoc/Makefile.in  Sun Sep 23 11:04:38 2001
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.70 2001/09/23 13:43:29 goba Exp $
+# $Id: Makefile.in,v 1.71 2001/09/23 15:04:38 goba Exp $
 #
 
 VPATH=@srcdir@
@@ -78,7 +78,7 @@
 ps: manual.ps
 pdf: @MANUAL@.pdf
 howto: howto/html/index.html
-howtotgz: howto.html.tar.gz
+howtotgz: howto/howto.html.tar.gz
 
 FORCE:
 
@@ -173,7 +173,7 @@
        @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/howto.xml
 
-howto.html.tar.gz: howto/html/index.html $(HOWTO_DEPS)
+howto/howto.html.tar.gz: howto/html/index.html $(HOWTO_DEPS)
        tar -cvzf $@ howto/html/*.html  
   
 tex latex: $(srcdir)/manual.tex


Reply via email to