Hi,
It was nice when the build would respect XSL_DIR. It is okay that it
doesn't anymore but we should at least come clean.
Comments?
-David
Revision 7740 changed the way the build finds stylesheets. Update
documentation and build to take this into account.
* doc/book/Makefile (XSL_DIR) : Remove this obsolete variable.
* doc/book/README : Don't say the build will looks for stylesheets
in a different directory than tools/xsl/ since this is not true.
Index: doc/book/Makefile
===================================================================
--- doc/book/Makefile (revision 8372)
+++ doc/book/Makefile (working copy)
@@ -29,7 +29,6 @@
MDOCS_ALL_SOURCE = $(MDOCS_DIR)/*.xml
MDOCS_INSTALL_DIR = $(INSTALL_DIR)/misc-docs
-XSL_DIR = ${BOOK_TOP}/tools/xsl
XSL_FO = ${BOOK_TOP}/tools/fo-stylesheet.xsl
XSL_HTML = $(BOOK_TOP)/tools/html-stylesheet.xsl
XSL_HTML_CHUNK = $(BOOK_TOP)/tools/chunk-stylesheet.xsl
Index: doc/book/README
===================================================================
--- doc/book/README (revision 8372)
+++ doc/book/README (working copy)
@@ -53,8 +53,7 @@
$ mv docbook-xsl-X.YY.Z xsl
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.
+ tools/xsl/.
2. Use XSLT to transform the book.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 18 13:58:40 2004