Output conformant XHTML

This commit is contained in:
Pierre Pronchery 2012-09-17 14:50:20 +00:00
parent fcf3b35cc6
commit a88a6af558

View File

@ -92,7 +92,7 @@ while [ $# -gt 0 ]; do
ext="${ext##.}"
case "$ext" in
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"
instdir="$DATADIR/doc/$ext/$PACKAGE"
;;