Add VGwort URL

This commit is contained in:
pbldp 2009-06-11 13:10:22 +00:00
parent 88be9d931c
commit fa619c3349
1 changed files with 13 additions and 0 deletions

View File

@ -278,4 +278,17 @@ fi
#create_rtf
#[ $? -ne 0 ] && exit 1
## Add VGWort URL
case $file_input in
'Linux+IPv6-HOWTO.sgml')
echo "NOTICE: add vgwort URL"
./adjust-html-vgwort.sh en
;;
'Linux+IPv6-HOWTO.de.sgml')
echo "NOTICE: add vgwort URL"
./adjust-html-vgwort.sh de
;;
esac
exit 0