|
From: <sv...@va...> - 2006-09-12 22:39:06
|
Author: sewardj Date: 2006-09-12 23:39:02 +0100 (Tue, 12 Sep 2006) New Revision: 6060 Log: Merge r6059 (fix for: docs path hardwired (Dennis Lubert)) Modified: branches/VALGRIND_3_2_BRANCH/docs/Makefile.am branches/VALGRIND_3_2_BRANCH/docs/lib/vg-html-common.xsl Modified: branches/VALGRIND_3_2_BRANCH/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 --- branches/VALGRIND_3_2_BRANCH/docs/Makefile.am 2006-09-12 22:36:55 UTC= (rev 6059) +++ branches/VALGRIND_3_2_BRANCH/docs/Makefile.am 2006-09-12 22:39:02 UTC= (rev 6060) @@ -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: branches/VALGRIND_3_2_BRANCH/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 --- branches/VALGRIND_3_2_BRANCH/docs/lib/vg-html-common.xsl 2006-09-12 2= 2:36:55 UTC (rev 6059) +++ branches/VALGRIND_3_2_BRANCH/docs/lib/vg-html-common.xsl 2006-09-12 2= 2:39:02 UTC (rev 6060) @@ -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 --> |