Date: 01/16/02
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Previous message: andrei <email protected>: "[PHP-DOC] Bug #14992 Updated: Behaviour of $array = $array1 + $array2; not documented"
- Next in thread: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Maybe reply: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Reply: Jim Winstead: "[PHP-DOC] Re: cvs: phpdoc / Makefile.in"
- Maybe reply: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Maybe reply: jim winstead: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/\& /\& /g' >> $@
-scripts/makedoc: scripts/makedoc.cc
- g++ -o scripts/makedoc scripts/makedoc.cc
+ <email protected>@/scripts/makedoc: <email protected> <email protected>/makedoc.cc
+ g++ -o <email protected> <email protected>/makedoc <email protected> <email protected>/makedoc.cc
# intermediate file for name change
-.INTERMEDIATE: php_manual_en.xml
+.INTERMEDIATE: <email protected> <email protected>
php_manual_en.xml: manual.xml
cp manual.xml $@
@@ -147,8 +147,8 @@
<email protected> -d php || mkdir php
-$(JADE) $(CATALOG) -d $(PHPWEB_STYLESHEET) -V use-output-dir -t sgml $(XMLDCL) manual.xml
- <email protected> <email protected>: <email protected> <email protected> scripts/makedoc
- ./scripts/makedoc -b <email protected> <email protected> <email protected> <email protected> <email protected>@
+ <email protected> <email protected>: <email protected> <email protected> <email protected>@/scripts/makedoc
+ <email protected>@/scripts/makedoc -b <email protected> <email protected> <email protected> <email protected> <email protected>@
# Note: Isilo converter available only in binary from www.isilo.com
<email protected> <email protected>: <email protected> <email protected>
@@ -240,7 +240,7 @@
rm -rf html php fancy figures howto/html
rm -f <email protected> <email protected> [a-z]*.html <email protected> <email protected> manual.info
rm -f <email protected> <email protected> <email protected> <email protected> .manual.xml
- rm -f manual_*.pdb scripts/makedoc *.manifest
+ rm -f manual_*.pdb <email protected>@/scripts/makedoc *.manifest
rm -f *.aux *.tex *.log *.dvi *.toc *.ps *.gz
rm -f status.txt missing.txt
rm -f entities/chapters.ent
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Previous message: andrei <email protected>: "[PHP-DOC] Bug #14992 Updated: Behaviour of $array = $array1 + $array2; not documented"
- Next in thread: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Maybe reply: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Reply: Jim Winstead: "[PHP-DOC] Re: cvs: phpdoc / Makefile.in"
- Maybe reply: Gabor Hojtsy: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Maybe reply: jim winstead: "[PHP-DOC] cvs: phpdoc / Makefile.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

