Allow custom XSL stylesheets to be applied for HTML output

This commit is contained in:
Pierre Pronchery 2012-05-17 22:59:27 +00:00
parent 27e19d9f8c
commit dced17f195
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ while [ $# -gt 0 ]; do
case "$ext" in
html)
XSL="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"
[ -f "${target%.*}.xsl" ] && XSL="${target%.*}.xsl"
instdir="$DATADIR/doc/$ext/$PACKAGE"
;;
1|2|3|4|5|6|7|8|9)

View File

@ -93,6 +93,7 @@ while [ $# -gt 0 ]; do
case "$ext" in
html)
XSL="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"
[ -f "${target%.*}.xsl" ] && XSL="${target%.*}.xsl"
instdir="$DATADIR/doc/$ext/$PACKAGE"
;;
1|2|3|4|5|6|7|8|9)