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