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)"
|
||||
section=$($XMLLINT --xpath "$xpath" "$source")
|
||||
if [ $? -eq 0 -a -n "$section" ]; then
|
||||
instdir="$DATADIR/man/html$section"
|
||||
instdir="$MANDIR/html$section"
|
||||
fi
|
||||
;;
|
||||
pdf)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user