[Gimp-docs] Make broken

Ulf-D. Ehlert ude88 at web.de
Sun Jul 8 02:39:48 PDT 2007


Am Sonntag, 8. Juli 2007 schrieb julien:
[...]
> Under Mandriva 2006:
> [xxx at localhost trunk]$ make validate ALL_LINGUAS="en fr"
> xml
> make: xml : unknown command
> make: *** [xml/en.xml] Error 127

Make is trying to execute 
        $(MKDIR_P) xml
but "MKDIR_P" is not defined (empty).
 
Fix/workaround: Replace every "MKDIR_P" with "mkdir_p" in Makefile.am 
and quickreference/Makefile.am and re-run autogen.sh.

> Under Suse 10.2:
> Now type 'make' to compile gimp-help-2.
> xxx at linux-zhl6:~/SVN-fr/trunk> make validate ALL_LINGUAS="en"
> /usr/bin/xmllint --noout --valid xml/en.xml > /dev/null
> touch xml/stamp-en-valid.

Dependencies are broken.
Workaround: remove xml/stamp-en-valid and xml/en.xml.

I tried to replace
    xml/%.xml: src/gimp.xml stylesheets/profile.xsl
with
    xml/%.xml: src/gimp.xml stylesheets/profile.xsl $(filter-out $$@,
    $(XML_FILES))
(without line-break), and it seems to work too...

Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /lists/gimp-docs/attachments/20070708/715053cd/attachment.bin 


More information about the Gimp-docs mailing list