goba            Sat Sep  8 14:21:03 2001 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  Now make clean erases the howto/html directory,
  and makes it if it is nonexistent.
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.66 phpdoc/Makefile.in:1.67
--- phpdoc/Makefile.in:1.66     Sat Sep  8 14:00:51 2001
+++ phpdoc/Makefile.in  Sat Sep  8 14:21:03 2001
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.66 2001/09/08 18:00:51 goba Exp $
+# $Id: Makefile.in,v 1.67 2001/09/08 18:21:03 goba Exp $
 #
 
 VPATH=@srcdir@
@@ -169,7 +169,8 @@
        -rm -f $@ && (cd html; tar -cf - *.html) | bzip2 -9 > manual.tar.bz2
 
 howto/html/index.html: howto/phpdoc-howto.xml $(HOWTO_DEPS)
-       $(JADE) -i lang-en $(CATALOG) -d $(HOWTO_STYLESHEET) -V use-output-dir -t sgml 
$(srcdir)/phpdocxml.dcl $(srcdir)/howto/phpdoc-howto.xml
+       @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
 
 tex latex: $(srcdir)/manual.tex
 
@@ -208,7 +209,7 @@
        $(NSGMLS) -wno-idref -i lang-$(LANG) -s $(srcdir)/phpdocxml.dcl $<
 
 clean:
-       rm -rf html php
+       rm -rf html php howto/html
        rm -f manual.txt [a-z]*.html manual.rtf manual.info
        rm -f manual.zip manual.tar.gz .manual.xml
        rm -f manual_*.pdb makedoc *.manifest


Reply via email to