Catch missing vgwort shell program

This commit is contained in:
pbldp 2009-12-20 14:22:08 +00:00
parent c3cf008c43
commit bd7bf19bfb
1 changed files with 14 additions and 10 deletions

View File

@ -280,6 +280,7 @@ fi
#[ $? -ne 0 ] && exit 1
## Add VGWort URL
if [ -x ./adjust-html-vgwort.sh ]; then
case $file_input in
'Linux+IPv6-HOWTO.sgml')
echo "NOTICE: add vgwort URL"
@ -290,6 +291,9 @@ case $file_input in
./adjust-html-vgwort.sh de
;;
esac
else
echo "NOTICE : can't add vgwort URL (missing adjust-html-vgwort.sh)"
fi
exit 0