jimw            Sat Feb  9 18:51:38 2002 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  add palmdoc and isilo targets, add isilo to extra targets
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.112 phpdoc/Makefile.in:1.113
--- phpdoc/Makefile.in:1.112    Sat Feb  9 15:53:01 2002
+++ phpdoc/Makefile.in  Sat Feb  9 18:51:38 2002
@@ -13,7 +13,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.112 2002/02/09 20:53:01 jimw Exp $
+# $Id: Makefile.in,v 1.113 2002/02/09 23:51:38 jimw Exp $
 #
 
 all: html
@@ -105,7 +105,7 @@
        fi
 
 mirror-files: $(MIRROR_TARGETS)
-extra-mirror-files: $(PDF_FILES)
+extra-mirror-files: $(PDF_FILES) isilo
 
 snapshot: manual-snapshot.tar.gz
 
@@ -148,10 +148,12 @@
        @test -d php || mkdir php
        -$(JADE) $(CATALOG) -d $(PHPWEB_STYLESHEET) -V use-output-dir -t sgml 
$(XMLDCL) manual.xml
 
+palmdoc: @MANUAL@.doc.pdb
 @MANUAL@.doc.pdb: @MANUAL@.txt scripts/makedoc
        scripts/makedoc -b @MANUAL@.txt @MANUAL@.doc.pdb @PALMDOCTITLE@
 
 # Note: Isilo converter available only in binary from www.isilo.com
+isilo: @MANUAL@.isilo.pdb
 @MANUAL@.isilo.pdb: @MANUAL@.html
        iSilo386 @MANUAL@.html @MANUAL@.isilo.pdb
 


Reply via email to