Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2007-02-19 Thread Hannes Magnusson
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.

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in

2005-03-20 Thread Nuno Lopes
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in

2005-03-20 Thread Gabor Hojtsy
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in

2005-03-20 Thread Derick Rethans
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in

2005-03-20 Thread Gabor Hojtsy
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in

2005-03-03 Thread anatoly techtonik
||*()*|| 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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2004-01-02 Thread Gabor Hojtsy
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2002-05-20 Thread derick
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2002-05-20 Thread Thomas Schöfbeck
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2002-05-19 Thread derick
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2002-05-19 Thread derick
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 ||

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in/scripts missing-entities.sh.in

2002-02-01 Thread Slawomir Pucia
> > 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-

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in/scripts missing-entities.sh.in

2002-02-01 Thread Lars Torben Wilson
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.

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in /scripts missing-entities.sh.in

2002-02-01 Thread Slawomir Pucia
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/

Re: [PHP-DOC] cvs: phpdoc / Makefile.in manual.xml.in

2002-01-31 Thread Slawomir Pucia
> 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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in manual.xml.in

2002-01-31 Thread Hartmut Holzgraefe
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" ;)

Re: [PHP-DOC] cvs: phpdoc / Makefile.in manual.xml.in

2002-01-31 Thread Slawomir Pucia
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in manual.xml.in

2002-01-31 Thread Gabor Hojtsy
> + > +%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" >

Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2002-01-09 Thread Gabor Hojtsy
> 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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in

2002-01-05 Thread Hartmut Holzgraefe
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in

2001-08-05 Thread Hojtsy Gabor
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

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in

2001-01-13 Thread Jim Winstead
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 >> >>

Re: [PHP-DOC] cvs: phpdoc / Makefile.in configure.in manual.xml.in

2001-01-13 Thread Jouni Ahto
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: