|
From: <sv...@va...> - 2009-05-18 23:11:59
|
Author: njn Date: 2009-05-19 00:11:49 +0100 (Tue, 19 May 2009) New Revision: 9903 Log: Add some info about building the docs on Ubuntu 9.04. Modified: trunk/docs/README Modified: trunk/docs/README =================================================================== --- trunk/docs/README 2009-05-18 23:06:24 UTC (rev 9902) +++ trunk/docs/README 2009-05-18 23:11:49 UTC (rev 9903) @@ -119,6 +119,24 @@ in recent distros. +Notes [May 2009] +----------------- +For Ubuntu 9.04, to do non-print-docs builds (ie. with BUILD_ALL_DOCS +commented out) 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: + + /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl + +to this: + + /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl + Notes [Mar. 2007] ----------------- For SuSE 10.1, I have to install the following packages to get a |