jah Sun Aug 26 08:42:35 2001 EDT
Modified files:
/phpdoc Makefile.in configure.in
Log:
Starting the move to the naming convention suggested by Goba. Now only for
PDF version, let's wait for possible reactions before continuing.
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.62 phpdoc/Makefile.in:1.63
--- phpdoc/Makefile.in:1.62 Sun Jul 8 00:03:56 2001
+++ phpdoc/Makefile.in Sun Aug 26 08:42:35 2001
@@ -17,7 +17,7 @@
#
#
-# $Id: Makefile.in,v 1.62 2001/07/08 04:03:56 jimw Exp $
+# $Id: Makefile.in,v 1.63 2001/08/26 12:42:35 jah Exp $
#
VPATH=@srcdir@
@@ -75,7 +75,7 @@
rtf: manual.rtf
dvi: manual.dvi
ps: manual.ps
-pdf: manual.pdf
+pdf: @MANUAL@.pdf
howto: howto.html
FORCE:
@@ -129,7 +129,7 @@
manual.txt.gz: manual.txt
gzip -9 -c $< > $@
-manual.pdf: manual.tex
+@MANUAL@.pdf: manual.tex
# a hack around bugs in jade/jadetex...
mv manual.tex manual.tex.tmp
sed -e '/HeadingText/,/endHeadPar/ s/_/\\137/g' manual.tex.tmp > manual.tex
@@ -138,7 +138,7 @@
-jadetex $<
-jadetex $<
-jadetex $<
- dvipdfm -p @PDF_PAPER_TYPE@ manual.dvi
+ dvipdfm -o @MANUAL@.pdf -p @PDF_PAPER_TYPE@ manual.dvi
html/index.html: manual.xml $(HTML_DEPS)
@test -d html || mkdir html
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.74 phpdoc/configure.in:1.75
--- phpdoc/configure.in:1.74 Mon Aug 13 11:11:06 2001
+++ phpdoc/configure.in Sun Aug 26 08:42:35 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.74 2001/08/13 15:11:06 jkj Exp $
+dnl $Id: configure.in,v 1.75 2001/08/26 12:42:35 jah Exp $
AC_INIT(global.ent)
@@ -191,6 +191,9 @@
])
AC_SUBST(LANG)
AC_SUBST(LANGDIR)
+
+MANUAL="php_manual_$LANG"
+AC_SUBST(MANUAL)
dnl localize paper size by language
dnl (instead of using system-dependant default)