You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2003/12/11 05:46:40 UTC

[BUG] docbook stylesheet paths hardcoded

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 <be...@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