Output conformant XHTML

This commit is contained in:
Pierre Pronchery 2012-09-17 14:50:20 +00:00
parent 1f2c5eb527
commit 29e7bd9b5b

View File

@ -92,7 +92,7 @@ while [ $# -gt 0 ]; do
ext="${ext##.}" ext="${ext##.}"
case "$ext" in case "$ext" in
html) html)
XSL="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl" XSL="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"
[ -f "${target%.*}.xsl" ] && XSL="${target%.*}.xsl" [ -f "${target%.*}.xsl" ] && XSL="${target%.*}.xsl"
instdir="$DATADIR/doc/$ext/$PACKAGE" instdir="$DATADIR/doc/$ext/$PACKAGE"
;; ;;