[Gimp-docs] (RESOLVED]HTML building problem

julien jm.hard at wanadoo.fr
Mon Aug 6 07:45:36 PDT 2007


Alleluia!

HTML images are back, thanks to the relative link.
My automake is 1.9.6
My autoconf is 2.60
Must I update them?

Many thanks

Julien

Ulf-D. Ehlert wrote:
> Hi Julien,
>
> Am Sonntag, 5. August 2007 schrieb julien:
>   
>> Hi Ulf,
>>
>> It no more works :-(
>>     
>
> @!#@&/$?§#!!!
>
>   
>> My Makefile.am is
>> # 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/
>>
>>     $(XSLTPROC) \
>>
>> In the html folder, I have a 'fr' directory and a weird file named
>> images, with a padlock. The pop-up window shows its type is "link to
>> a /images (unknown)" and its size is "0o".
>>     
>
> It seems that the variable "abs_top_srcdir" is empty - yet another 
> automake/autoconf problem? (Which automake and autoconf version do you 
> have installed?)
>
> You should have a line like the following in your Makefile (not 
> Makefile.am!):
>
> $ grep ^abs_top_srcdir Makefile
> abs_top_srcdir = /home/ulf/var/spool/GIMP/gimp-help-2
>
> (I guess you will just get "abs_top_srcdir =")
> Did you ever try "make preview"? It shouldn't work either, since it also 
> uses "abs_top_srcdir".
>
> Anyway, a workaround is to use a relative link instead:
>     ...
>     test -d html/images || $(LN_S) ../images html/
>     ...
>
> Bye,
> Ulf
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Gimp-docs mailing list
> Gimp-docs at lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs
>   




More information about the Gimp-docs mailing list