From: Tom Hughes Date: Mon, 15 Aug 2011 08:20:23 +0000 (+0000) Subject: Include the standard Fedora location in the list of places where X-Git-Tag: svn/VALGRIND_3_7_0~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3f9b532181a591fe0f1432294576023c1c5d5b;p=thirdparty%2Fvalgrind.git Include the standard Fedora location in the list of places where we look for the docbook stylesheet for manual pages. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11978 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 43641d3a26..5a4387f801 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -110,6 +110,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_STYLES = \ + /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \ /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl \ /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl