bjori Thu Jun 7 10:00:02 2007 UTC
Modified files:
/phpdoc Makefile.in configure.in
Log:
Add partial build target
# The xsl stylesheet is controled by passing --with-buildstyle=html|phpweb
# to ./configure, default is html
#
# Usage: make part/
#
bjori Mon Jan 22 16:01:21 2007 UTC
Modified files:
/phpdoc Makefile.in configure.in
Log:
Update paths
http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.in?r1=1.176&r2=1.177&diff_format=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.176 phpdoc/Make
On Sun, 20 Mar 2005, Gabor Hojtsy wrote:
Hmmm??? You removed the possibility for languages to specify their
encoding? Or do I miss something?
Yeah, nothing bad - we'll generate utf-8 for all manuals from now.
Derick
Anyway I still left some encoding stuff in the configure file because of
chms.
It
Hmmm??? You removed the possibility for languages to specify their
encoding? Or do I miss something?
Yeah, nothing bad - we'll generate utf-8 for all manuals from now.
Nope, it is not all utf8 yet, I just noticed the wildcard for
unspecified language to be treated as utf8...
Goba
On Sun, 20 Mar 2005, Gabor Hojtsy wrote:
> Hmmm??? You removed the possibility for languages to specify their
> encoding? Or do I miss something?
Yeah, nothing bad - we'll generate utf-8 for all manuals from now.
Derick
case "$LANG" in
- ja|ko|pt_BR|pl|ru) ENCODING="UTF-8";;
zh_tw|zh_hk) ENCODING="big5";;
zh_cn) ENCODING="gb2312";;
cs|hu|ro|sk) ENCODING="ISO-8859-2";;
@@ -729,7 +728,6 @@
if test "$LANG_HACK_FOR_HE" = "yes"; then
ENCODING="ISO-8859-8"
fi
-AC_SUBST(ENCODING)
dnl localize the PalmP
nlopess Sun Mar 20 09:49:17 2005 EDT
Modified files:
/phpdoc Makefile.in configure.in
Log:
try to fix remaining encoding issues
fix xchm/xsl generation
http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.162&r2=1.163&ty=u
Index: phpdoc/Makefile.in
diff -u
||*()*|| Hi, phpdoc.
Can anybody familiar with *nix maketools tell me - when make rebuilds
some target - does it rebuild target's dependencies?
at> techtonik Thu Mar 3 15:42:32 2005 EDT
at> Modified files:
at> /phpdoc configure.in Makefile.in
at> Log:
at
techtonik Thu Mar 3 15:42:32 2005 EDT
Modified files:
/phpdoc configure.in Makefile.in
Log:
fix bug #31932 : images are missing in the manual
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.218&r2=1.219&ty=u
Index: phpdoc/configure.in
diff -u php
hholzgraWed Feb 9 18:46:00 2005 EDT
Modified files:
/phpdoc Makefile.in configure.in manual.xml.in
/phpdoc/scripts file-entities.php.in missing-entities.php.in
Log:
some changes that allow configure to be run in a different directory
so that
derick Mon Nov 1 16:12:11 2004 EDT
Modified files:
/phpdoc Makefile.in configure.in
Log:
- Added support for UTF 8 charset.
http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.154&r2=1.155&ty=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.154
nlopess Thu Apr 29 11:19:26 2004 EDT
Modified files:
/phpdoc Makefile.in configure.in
Log:
enable version checking. works well on cygwin
http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.148&r2=1.149&ty=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.i
gobaSat Aug 3 12:11:16 2002 EDT
Modified files:
/phpdoc configure.in Makefile.in
Log:
Adding support for xsltproc (in place of java support, which was never
used, and was there to support future XSLT processors). Also adding two
new makefile targets (
hholzgraTue Jun 11 06:54:25 2002 EDT
Removed files:
/phpdoc/en/reference/apache functions.xml
/phpdoc/en/reference/array functions.xml
/phpdoc/en/reference/aspell functions.xml
/phpdoc/en/reference/bc functions.xml
/phpdoc/en/reference
jimwSat May 25 13:03:47 2002 EDT
Modified files:
/phpdoc Makefile.in configure.in
Log:
include figures in tar.bz2, tar.gz, and .zip
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.116 phpdoc/Makefile.in:1.117
--- phpdoc/Makefile.in:1.116Sun M
> > make test still doesn't work for me:
>
> I just fixed this in cvs; update your sources and try again.
Thanks. It's ok now.
slawek-
On Fri, 2002-02-01 at 13:33, Slawomir Pucia wrote:
> make test still doesn't work for me:
I just fixed this in cvs; update your sources and try again.
Torben
> make clean
> autoconf
> ./configure
>
> $ cat entities/missing-ids.xml
>
>
> $ make test
> touch .manual.xml
> CONFIG_FILES=manual.
make test still doesn't work for me:
make clean
autoconf
./configure
$ cat entities/missing-ids.xml
$ make test
touch .manual.xml
CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status
creating manual.xml
/usr/bin/nsgmls -i lang-en -D . -s ./dtds/dbxml-3.1.7/phpdocxml.dcl
manual.xml
/usr/bin/
hholzgraFri Feb 1 06:13:37 2002 EDT
Added files:
/phpdoc/scripts missing-entities.sh.in
Modified files:
/phpdoc Makefile.in configure.in manual.xml.in
Log:
creating fallbacks for missing entities done right now
Index
hholzgraThu Jan 17 06:16:21 2002 EDT
Modified files:
/phpdoc Makefile.in configure.in manual.xml.in
Log:
final docbook4 preparation
configure.in: will now choose DTD id and version by checking for the
use of
manual.xml.in: us
hholzgraThu Jan 10 14:25:25 2002 EDT
Modified files:
/phpdoc configure.in Makefile.in
Log:
quick 'srcdir' fixes
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.111 phpdoc/configure.in:1.112
--- phpdoc/configure.in:1.111 Wed Jan 9 18:5
hholzgraTue Jan 8 15:27:51 2002 EDT
Modified files:
/phpdoc Makefile.in configure.in funcindex.xml funclist.txt
quickref.txt
Log:
auto-generate rules for all files generated by configure but makefile.xml
Index: phpdoc/Makefile.in
hholzgraMon Jan 7 17:32:19 2002 EDT
Modified files:
/phpdoc configure.in Makefile.in
Log:
make relative entity pathes work for both dsssl with jade/openjade
and for xsl with saxon
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.107 ph
blame me, not only did i convert all tabs to two spaces,
i also configured my .cvsrc so that 'cvs diff' won't
show pure whitspace differences ... :(
--
Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77
hholzgraSat Jan 5 14:41:08 2002 EDT
Modified files:
/phpdoc configure.in Makefile.in
Log:
it is now possible to specify which jade and nsgmls binaries to use
by specifying the appropriate files using the new configure options
--with-jade and --wit
phanto Mon Nov 12 18:02:59 2001 EDT
Modified files:
/phpdoc configure.in Makefile.in manual.xml.in
Log:
ZendAPI manual integration
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.79 phpdoc/configure.in:1.80
--- phpdoc/configure.in:1.79Tue Oct
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/Makefi
jmcastagnetto Fri Feb 9 20:46:14 2001 EDT
Modified files:
/phpdoc Makefile.in configure.in
Log:
Added rules in config file, so the PalmPilot DOC version gets the
title in the correct language. Could not input the Japanese title though.
Index: phpdoc
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> On Thu, 11 Jan 2001, Jim Winstead wrote:
>> jimw Wed Jan 10 20:15:08 2001 EDT
>>
>> Modified files:
>> /phpdoc Makefile.in configure.in manual.xml.in
>> Log: clean up building from seperate directory
>>
>>
On Thu, 11 Jan 2001, Jim Winstead wrote:
> jimw Wed Jan 10 20:15:08 2001 EDT
>
> Modified files:
> /phpdoc Makefile.in configure.in manual.xml.in
> Log:
> clean up building from seperate directory
>
> Index: phpdoc/configure.in
> diff -u phpdoc/configure.in:
jimwWed Jan 10 20:15:08 2001 EDT
Modified files:
/phpdoc Makefile.in configure.in manual.xml.in
Log:
clean up building from seperate directory
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.47 phpdoc/Makefile.in:1.48
--- phpdoc/Makefile.in:1.47
31 matches
Mail list logo