Re: HTML building problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Julien,

Am Sonntag, 5. August 2007 schrieb julien:
> It doesn't work :-(
[...]
> After an ./autogen.sh,  "make clean" and a "make validate
> ALL_LINGUAS="fr" I get:
[...]
> ln:  the 'html' target is not a directory:  no file or directory of
> this type
> make: *** [html/fr/index.html] Error 1

Mea culpa, sorry. It worked for me, but I never used "make clean".

So we should better make sure the html directory exists before we use 
it - just move the new command two lines down:

# Main text
html/%/index.html: xml/%.xml stylesheets/plainhtml.xsl    
    rm -rf html/$*
    $(mkdir_p) html/$*
    test -d html/images || $(LN_S) $(abs_top_srcdir)/images html/

(with leading "@", if you want to suppress output). 
Now the html directory is created with "mkdir -p html/fr", and then, 
when html exists, we can place a sysmbolic link there.

Bye,
Ulf

Attachment: pgpY79sW8uQlx.pgp
Description: PGP signature

_______________________________________________
Gimp-docs mailing list
Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

[Index of Archives]     [Video For Linux]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [Scanners]     [GEGL]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux