RSS/Atom feed Twitter
Site is read-only, email is disabled

htmlalternate.xsl autogeneration

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

htmlalternate.xsl autogeneration Vitaly Lomov 07 Dec 19:51
  htmlalternate.xsl autogeneration Sven Neumann 07 Dec 20:47
  htmlalternate.xsl autogeneration Ulf-D. Ehlert 07 Dec 21:10
Vitaly Lomov
2007-12-07 19:51:12 UTC (over 17 years ago)

htmlalternate.xsl autogeneration

The file stylesheets/htmlalternate.xsl does not get generated any more (tried on r2227). That means I cannot create html output. Any ideas?
Vitaly.

Sven Neumann
2007-12-07 20:47:14 UTC (over 17 years ago)

htmlalternate.xsl autogeneration

Hi,

On Fri, 2007-12-07 at 18:51 +0000, Vitaly Lomov wrote:

The file stylesheets/htmlalternate.xsl does not get generated any more (tried on r2227). That means I cannot create html output.

You need to run configure again. Or just run config.status.

Sven

Ulf-D. Ehlert
2007-12-07 21:10:02 UTC (over 17 years ago)

htmlalternate.xsl autogeneration

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