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 bugs, like the missing imgages (was somewhat like Bug 
16832, can't check it, since bugs.php.net is down), and they were 
missing. (and they are still missing in chm's and compressed distributions)

It's fine if somebody has fixed that externally at the server, but I 
can't see that on one hand (except now the result), and the links on 
local builds are still broken on the other hand (figures/ instead of 
../figures to make the story short: it's inconsisitent).

Even this patches would work at least also on local builds (no broken 
links), I'll revert it if you want (since it's at least working on the 
server now :), but I think we should work together on a consistent 
solution, so that the builds can be done also locally (including chm and 
compressed files).

Best regards,
Thomas


[EMAIL PROTECTED] wrote:
> 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@: Command not found
> make: *** [zendapihtml] Error 127
> 
> And the Makefile has still this bogus things:
> 
> zendapihtml: 
>     @test -d html || mkdir html
>     @ZEND_FIGURES_HTML@
> 
> zendapiphp:  
>     @test -d php || mkdir php
>     @ZEND_FIGURES_PHP@
> 
> 
> 
> regards,
> Derick
> 
> 
> 
>>  
>>Index: phpdoc/Makefile.in
>>diff -u phpdoc/Makefile.in:1.115 phpdoc/Makefile.in:1.116
>>--- phpdoc/Makefile.in:1.115  Sun May 19 08:08:33 2002
>>+++ phpdoc/Makefile.in        Sun May 19 14:31:38 2002
>>@@ -13,7 +13,7 @@
>> #
>> 
>> #
>>-# $Id: Makefile.in,v 1.115 2002/05/19 12:08:33 derick Exp $
>>+# $Id: Makefile.in,v 1.116 2002/05/19 18:31:38 tom Exp $
>> #
>> 
>> all: html
>>@@ -42,10 +42,11 @@
>> KDEVELOP_TOC_STYLESHEET=dsssl/kdevelop_toc.dsl
>> XMLDCL=$(srcdir)/dtds/dbxml-@DOCBOOK_VERSION@/phpdocxml.dcl
>> 
>>-HTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
>dsssl/common.dsl.in zendapi
>>+BIGHTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
>dsssl/common.dsl.in zendapi
>>+HTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
>dsssl/common.dsl.in zendapihtml
>> HOWTO_DEPS=$(HOWTO_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
>dsssl/common.dsl.in howto/howto.ent
>> PRINT_DEPS=$(PRINT_STYLESHEET) dsssl/common.dsl.in dsssl/print.dsl.in zendapi
>>-PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapi
>>+PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapiphp
>> KDEVELOP_TOC_DEPS=dsssl/kdevelop_toc.dsl Makefile
>> 
>> DIST_FILES=@MANUAL@.tar.bz2 @MANUAL@.html.bz2 @MANUAL@.doc.pdb
>>@@ -69,6 +70,14 @@
>> zendapi:
>>      @ZEND_FIGURES@
>> 
>>+zendapihtml: 
>>+     @test -d html || mkdir html
>>+     @ZEND_FIGURES_HTML@
>>+
>>+zendapiphp: 
>>+     @test -d php || mkdir php
>>+     @ZEND_FIGURES_PHP@
>>+
>> html: html/index.html
>> bightml: @MANUAL@.html
>> phpweb: php/index.php
>>@@ -138,7 +147,7 @@
>> @MANUAL@.xml: manual.xml
>>      cp manual.xml $@
>> 
>>-@MANUAL@.html: @MANUAL@.xml $(HTML_DEPS)
>>+@MANUAL@.html: @MANUAL@.xml $(BIGHTML_DEPS)
>> 
>> html/index.html: manual.xml $(HTML_DEPS)
>>      @test -d html || mkdir html
>>
>>
> 
> 
> ---------------------------------------------------------------------------
>  Did I help you?   http://www.jdimedia.nl/derick/link.php?url=giftlist
>  Frequent ranting: http://www.jdimedia.nl/derick/
> ---------------------------------------------------------------------------
>                  PHP: Scripting the Web - [EMAIL PROTECTED]
>                     All your branches are belong to me!
>                 SRM: Script Running Machine - www.vl-srm.net
> ---------------------------------------------------------------------------
> 
> 

Reply via email to