Output conformant XHTML
This commit is contained in:
parent
1f2c5eb527
commit
29e7bd9b5b
|
@ -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"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user