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

Re: [PATCH] : Update doc build and documentation

From: <kfogel_at_collab.net>
Date: 2004-01-19 16:28:41 CET

David Kimdon <david@kimdon.org> writes:
> 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?

+1 (Go ahead and commit.)

-K

> -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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 19 17:24:53 2004

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.