|
From: <sv...@va...> - 2009-08-06 01:26:27
|
Author: njn
Date: 2009-08-06 02:26:14 +0100 (Thu, 06 Aug 2009)
New Revision: 10727
Log:
Minor update.
Modified:
trunk/docs/README
Modified: trunk/docs/README
===================================================================
--- trunk/docs/README 2009-08-06 00:46:59 UTC (rev 10726)
+++ trunk/docs/README 2009-08-06 01:26:14 UTC (rev 10727)
@@ -121,15 +121,14 @@
Notes [May 2009]
-----------------
-For Ubuntu 9.04, to do non-print-docs builds (ie. with BUILD_ALL_DOCS
-commented out) I had to:
+For Ubuntu 9.04, to build HTML docs I had to:
sudo apt-get install docbook docbook-xsl
Actually, I'm not sure if the 'docbook' is necessary, but 'docbook-xsl'
definitely is.
-Then I had to change the value of XSL_MAN_STYLE from this:
+To build the man pages I also had to change the value of XSL_MAN_STYLE from this:
/usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl
@@ -137,6 +136,8 @@
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
+I haven't succeeded in building the print docs.
+
Notes [Mar. 2007]
-----------------
For SuSE 10.1, I have to install the following packages to get a
|