|
From: <sv...@va...> - 2006-09-12 22:37:03
|
Author: sewardj Date: 2006-09-12 23:36:55 +0100 (Tue, 12 Sep 2006) New Revision: 6059 Log: Don't hardwire the docbook version. Modified: trunk/docs/Makefile.am trunk/docs/lib/vg-html-common.xsl Modified: trunk/docs/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/Makefile.am 2006-09-12 21:24:24 UTC (rev 6058) +++ trunk/docs/Makefile.am 2006-09-12 22:36:55 UTC (rev 6059) @@ -55,7 +55,7 @@ XSL_FO_STYLE =3D $(mylibdir)/vg-fo.xsl XSL_TEXT_STYLE =3D $(mylibdir)/vg-faq2txt.xsl XSL_WEBSITE_STYLE =3D $(mylibdir)/vg-html-website.xsl -XSL_MAN_STYLE =3D /usr/share/xml/docbook/stylesheet/nwalsh/1.69.0/manpag= es/docbook.xsl +XSL_MAN_STYLE =3D /usr/share/xml/docbook/stylesheet/nwalsh/current/manpa= ges/docbook.xsl =20 all-docs: FAQ.txt man-page html-docs print-docs =20 Modified: trunk/docs/lib/vg-html-common.xsl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/lib/vg-html-common.xsl 2006-09-12 21:24:24 UTC (rev 6058) +++ trunk/docs/lib/vg-html-common.xsl 2006-09-12 22:36:55 UTC (rev 6059) @@ -11,6 +11,9 @@ <!-- '/usr/share/xml/docbook/stylesheet/nwalsh/1.69.0/html/' --> <!-- has been edited to remove 'article' and 'refentry' --> <!-- so that separate titlepages don't get generated for them --> +<!-- Note [Dec.1 2005, JRS]: ../1.69.0/.. was changed to --> +<!-- ../current/.. in docs/Makefile.am, since the latter is a --> +<!-- symlink to the former, at least on SuSE 10.0. --> =20 =20 <!-- use 8859-1 encoding --> |