[Gimp-docs] htmlalternate.xsl autogeneration
Ulf-D. Ehlert
ude88 at web.de
Fri Dec 7 12:10:02 PST 2007
Vitaly Lomov (Freitag, 7. Dezember 2007, 19:51):
> The file stylesheets/htmlalternate.xsl does not get generated any
> more (tried on r2227). That means I cannot create html output.
> Any ideas?
> Vitaly.
"make stylesheets/htmlalternate.xsl" should do it. If not:
Run "autogen.sh", this will eventually call "configure", this will
run "config.status", this will create "stylesheets/htmlalternate"
from "stylesheets/htmlalternate.xsl.in".
There's obviously a missing prerequisite in Makefile.am:
html/%/index.html: xml/%.xml stylesheets/plainhtml.xsl
should be (?)
html/%/index.html: xml/%.xml stylesheets/*html*.xsl
Ulf
More information about the Gimp-docs
mailing list