Import the latest version upstream

This commit is contained in:
Pierre Pronchery 2019-09-01 05:03:22 +02:00
parent 4022b50810
commit 7c2bf1be10
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ while [ $# -gt 0 ]; do
xpath="string(/refentry/refmeta/manvolnum)"
section=$($XMLLINT --xpath "$xpath" "$source")
if [ $? -eq 0 -a -n "$section" ]; then
instdir="$DATADIR/man/html$section"
instdir="$MANDIR/html$section"
fi
;;
pdf)

View File

@ -4,4 +4,4 @@ dist=Makefile,docbook.sh,manual/manual.xml,manual/manual.xsl
[manual/manual.html]
type=script
script=./docbook.sh
depends=manual/manual.xml,manual/manual.xsl,../config.sh
depends=docbook.sh,manual/manual.xml,manual/manual.xsl,../config.sh