|
From: <sv...@va...> - 2009-06-16 02:23:46
|
Author: njn Date: 2009-06-16 02:27:25 +0100 (Tue, 16 Jun 2009) New Revision: 10341 Log: Back this out again (sigh). Modified: branches/BUILD_TWEAKS/docs/Makefile.am Modified: branches/BUILD_TWEAKS/docs/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/docs/Makefile.am 2009-06-16 00:29:01 UTC (rev 10340) +++ branches/BUILD_TWEAKS/docs/Makefile.am 2009-06-16 01:27:25 UTC (rev 10341) @@ -7,7 +7,7 @@ # Comment out the next line to skip building print docs. The default # is not to skip building print docs. Note, after changing it # you of course need to re-run configure to make it take effect. -#BUILD_ALL_DOCS=yes +BUILD_ALL_DOCS=yes ##------------------------------------------------------------- ## END OF HACK @@ -55,7 +55,7 @@ XSL_FO_STYLE = $(mylibdir)/vg-fo.xsl XSL_TEXT_STYLE = $(mylibdir)/vg-faq2txt.xsl XSL_WEBSITE_STYLE = $(mylibdir)/vg-html-website.xsl -XSL_MAN_STYLE = /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl +XSL_MAN_STYLE = /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl all-docs: FAQ.txt man-page html-docs print-docs |