hholzgra                Wed Jan 16 13:30:44 2002 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  more fixes for the automatic build system
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.100 phpdoc/Makefile.in:1.101
--- phpdoc/Makefile.in:1.100    Fri Jan 11 17:32:04 2002
+++ phpdoc/Makefile.in  Wed Jan 16 13:30:43 2002
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.100 2002/01/11 22:32:04 hholzgra Exp $
+# $Id: Makefile.in,v 1.101 2002/01/16 18:30:43 hholzgra Exp $
 #
 
 all: html
@@ -129,11 +129,11 @@
        echo '<!DOCTYPE gideontoc>' > $@
        $(JADE) $(CATALOG) -d $(KDEVELOP_TOC_STYLESHEET) -V nochunks -t sgml $(XMLDCL) 
manual.xml | sed -e's/\& /\&amp; /g' >> $@
 
-scripts/makedoc: scripts/makedoc.cc
-       g++ -o scripts/makedoc scripts/makedoc.cc
+@srcdir@/scripts/makedoc: @srcdir@scripts/makedoc.cc
+       g++ -o @srcdir@scripts/makedoc @srcdir@scripts/makedoc.cc
 
 # intermediate file for name change 
-.INTERMEDIATE: php_manual_en.xml
+.INTERMEDIATE: @MANUAL@.xml
 php_manual_en.xml: manual.xml
        cp manual.xml $@
 
@@ -147,8 +147,8 @@
        @test -d php || mkdir php
        -$(JADE) $(CATALOG) -d $(PHPWEB_STYLESHEET) -V use-output-dir -t sgml 
$(XMLDCL) manual.xml
 
-@MANUAL@.doc.pdb: @MANUAL@.txt scripts/makedoc
-       ./scripts/makedoc -b @MANUAL@.txt @MANUAL@.doc.pdb @PALMDOCTITLE@
+@MANUAL@.doc.pdb: @MANUAL@.txt @srcdir@/scripts/makedoc
+       @srcdir@/scripts/makedoc -b @MANUAL@.txt @MANUAL@.doc.pdb @PALMDOCTITLE@
 
 # Note: Isilo converter available only in binary from www.isilo.com
 @MANUAL@.isilo.pdb: @MANUAL@.html
@@ -240,7 +240,7 @@
        rm -rf html php fancy figures 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 scripts/makedoc *.manifest
+       rm -f manual_*.pdb @srcdir@/scripts/makedoc *.manifest
        rm -f *.aux *.tex *.log *.dvi *.toc *.ps *.gz
        rm -f status.txt missing.txt
        rm -f entities/chapters.ent


Reply via email to