Import the latest version upstream
This commit is contained in:
parent
4022b50810
commit
7c2bf1be10
|
@ -170,7 +170,7 @@ while [ $# -gt 0 ]; do
|
||||||
xpath="string(/refentry/refmeta/manvolnum)"
|
xpath="string(/refentry/refmeta/manvolnum)"
|
||||||
section=$($XMLLINT --xpath "$xpath" "$source")
|
section=$($XMLLINT --xpath "$xpath" "$source")
|
||||||
if [ $? -eq 0 -a -n "$section" ]; then
|
if [ $? -eq 0 -a -n "$section" ]; then
|
||||||
instdir="$DATADIR/man/html$section"
|
instdir="$MANDIR/html$section"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
pdf)
|
pdf)
|
||||||
|
|
|
@ -4,4 +4,4 @@ dist=Makefile,docbook.sh,manual/manual.xml,manual/manual.xsl
|
||||||
[manual/manual.html]
|
[manual/manual.html]
|
||||||
type=script
|
type=script
|
||||||
script=./docbook.sh
|
script=./docbook.sh
|
||||||
depends=manual/manual.xml,manual/manual.xsl,../config.sh
|
depends=docbook.sh,manual/manual.xml,manual/manual.xsl,../config.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user