goba            Sun Sep 23 09:43:29 2001 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  new howtotgz make file entry to generate compressed howto
  files for novices to read first
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.69 phpdoc/Makefile.in:1.70
--- phpdoc/Makefile.in:1.69     Sat Sep  8 14:46:36 2001
+++ phpdoc/Makefile.in  Sun Sep 23 09:43:29 2001
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.69 2001/09/08 18:46:36 goba Exp $
+# $Id: Makefile.in,v 1.70 2001/09/23 13:43:29 goba Exp $
 #
 
 VPATH=@srcdir@
@@ -38,7 +38,7 @@
 KDEVELOP_TOC_STYLESHEET=kdevelop_toc.dsl
 
 HTML_DEPS=$(HTML_STYLESHEET) html-common.dsl html-locale.dsl common.dsl
-HOWTO_DEPS=$(HOWTO_STYLESHEET) html-common.dsl html-locale.dsl common.dsl
+HOWTO_DEPS=$(HOWTO_STYLESHEET) html-common.dsl html-locale.dsl common.dsl 
+howto/howto.ent
 PRINT_DEPS=$(PRINT_STYLESHEET) common.dsl
 PHPWEB_DEPS=$(PHPWEB_STYLESHEET) html-common.dsl common.dsl
 QUICKREF_DEPS=quickref.dsl Makefile
@@ -78,6 +78,7 @@
 ps: manual.ps
 pdf: @MANUAL@.pdf
 howto: howto/html/index.html
+howtotgz: howto.html.tar.gz
 
 FORCE:
 
@@ -172,6 +173,9 @@
        @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)
+       tar -cvzf $@ howto/html/*.html  
+  
 tex latex: $(srcdir)/manual.tex
 
 # File endings we are going to define general rules for:


Reply via email to