On 2/19/07, Richard Quadling <[EMAIL PROTECTED]> wrote:
rquadling Mon Feb 19 15:21:13 2007 UTC
Modified files:
/phpdoc Makefile.in
Log:
images_htmlhelp should be moved to htmlhelp/html/figures and not
htmlhelp/figures
http://cvs.php.net/viewvc.cgi/phpdoc/Makefile.
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
||*()*|| 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
fixed funcindex.xml generation
- echo "$(PHP) -q $(srcdir)/scripts/genfuncindex.php ../quickref.txt > funcindex.xml" ;\
- $(PHP) -q $(srcdir)/scripts/genfuncindex.php ../quickref.txt > funcindex.xml ;\
+ echo "$(PHP) -q $(srcdir)/scripts/genfuncindex.php quickref.txt > funcindex.xml" ;\
+ $(PH
On Mon, 20 May 2002, Thomas Schöfbeck wrote:
> Hi Derick,
>
> it works. The error you wrote occurs, because you haven't run
> autoconf (!)
I did run that, but I forgot to update configure.in =) It works fine now,
> To the "bogus" things:
>
> As I wrote in my initial personal mail, do I don't
Hi Derick,
it works. The error you wrote occurs, because you haven't run
autoconf (!)
./configure
with the new Configure.in
To the "bogus" things:
As I wrote in my initial personal mail, do I don't know the exact
environment on the server (script that calls "make", etc..).
I just try to fix bu
On Sun, 19 May 2002, Thomas Schoefbeck wrote:
> tom Sun May 19 14:31:38 2002 EDT
>
> Modified files:
> /phpdoc Makefile.in
> Log:
> this should now work also without ZendAPI
I now get this error:
[root@saturnus phpdoc]# make html
make: ZEND_FIGURES_HTML@: C
This breaks the build for me with:
[root@saturnus phpdoc]# make html
/html
make: /html: Command not found
make: *** [zendapihtml] Error 127
And this is because the Makefile shows:
zendapihtml:
@test -d html || mkdir html
/html
zendapiphp:
@test -d php ||
> > 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/
> do "make entities" before "make test" ;)
This produces zero-lenght missing-entities.ent and missing-ids.xml, so (i
guess) the appendix tag isn't valid.
$ make test
if test ! -e funcindex.xml; then touch funcindex.xml; fi
/usr/bin/nsgmls -i lang-en -D . -s ./dtds/dbxml-3.1.7/phpdocxml.dcl
manua
Slawomir Pucia wrote:
> Looks like it's still broken.
> Btw, shouldn't make clean remove manual.xml? It doesn't.
>
do "make entities" before "make test" ;)
Looks like it's still broken.
Btw, shouldn't make clean remove manual.xml? It doesn't.
make clean
autoconf
./configure --with-lang=pl
$ make test
touch .manual.xml
CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status
creating manual.xml
if test ! -e funcindex.xml; then t
> +
> +%missing-entities;
>
> +
> +]>
> +
> +entities: FORCE
> + $(NSGMLS) -i lang-$(LANG) -s $(XMLDCL) manual.xml 2>&1 | grep "not
defined" | sed -e's/^.* "//g' >
entities/missing-entities.ent
> + $(NSGMLS) -i lang-$(LANG) -s $(XMLDCL) manual.xml 2>&1 | grep
non-existent | sed -e"s/^.* ID //g" >
> hholzgra Tue Jan 8 17:26:34 2002 EDT
>
> Modified files:
> /phpdoc Makefile.in
> Log:
> PLEASE TEST THIS OUT!
>
> i have tried to clean up the makefile by using as much
> implicit suffix rules as possible ...
make test, make howto and make howtotgz worked for
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
Jim, what should we change here, to introduce the file
naming conventions I sent to the list in one of my
last letters?
Eg. generate the names like this:
php_manual_en_txt.gz
php_manual_en_bightml.gz
php_manual_en_html.tar.gz
php_manual_en_html.tar.bz2
php_manual_en_html.zip
php_manu
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:
23 matches
Mail list logo