Skip to content

Commit

Permalink
Makefile-readme: allow different xsl-stylesheets versions
Browse files Browse the repository at this point in the history
(cherry picked from commit 5ff322d)
  • Loading branch information
razvancrainea committed Dec 5, 2016
1 parent 5d26265 commit 331ea23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.defs
Expand Up @@ -491,6 +491,8 @@ DBHTMLXSL=$(shell \
echo "/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl"; \
elif [ -e /usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl ]; then \
echo "/usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"; \
elif [ -e /usr/share/xml/docbook/xsl-stylesheets*/xhtml/docbook.xsl ]; then \
ls -1 /usr/share/xml/docbook/xsl-stylesheets*/xhtml/docbook.xsl; \
fi)
DBXML2HTMLPARAMS = --stringparam section.autolabel 1
DBXML2HTMLPARAMS += --stringparam section.label.includes.component.label 1
Expand Down

0 comments on commit 331ea23

Please sign in to comment.