Don't hardwire the docbook version.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6059 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ab039e0..00d3e3a 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -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/1.69.0/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
diff --git a/docs/lib/vg-html-common.xsl b/docs/lib/vg-html-common.xsl
index 283204f..4fa7212 100644
--- a/docs/lib/vg-html-common.xsl
+++ b/docs/lib/vg-html-common.xsl
@@ -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. -->
<!-- use 8859-1 encoding -->