[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[BUG] docbook stylesheet paths hardcoded

From: Ben Reser <ben_at_reser.org>
Date: 2003-12-11 06:46:40 CET

doc/book/tools/html-stylesheet.xls contains:
  <xsl:import href="xsl/html/docbook.xsl"/>

doc/book/tools/chunk-stylesheet.xls contains:
  <xsl:import href="xsl/html/chunk.xsl"/>

Both of these break when you have the stylesheets already installed
somplace else on the system other than making the xsl dir in the
subversion source tree.

The README says:
   The default build process expects to the stylesheets to be in
   tools/xsl/. If you already have them installed elsewhere on your
   system, you can change the variable XSL_DIR in doc/book/Makefile.

So either the docs should be changed or the path needs to be fixed so it
isn't hardcoded. I'd prefer the later but since I don't know much about
how docbook stuff is built I can't do it myself (at least not without an
absurd amount of time invested).

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 11 06:47:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.