Add generate helpers

This commit is contained in:
pbldp 2009-06-11 16:59:18 +00:00
parent fa619c3349
commit 63d2778b9a
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
# Generate all available howtos
list="Linux+IPv6-HOWTO.sgml Linux+IPv6-HOWTO.de.sgml Linux+IPv6-HOWTO.fr.sgml"
for lyx in $list; do
./generate.sh $lyx
done
echo -en "\a"

View File

@ -0,0 +1,11 @@
#!/bin/sh
# Generate all available howtos
list="Linux+IPv6-HOWTO.sgml Linux+IPv6-HOWTO.de.sgml"
for lyx in $list; do
./generate.sh $lyx
done
echo -en "\a"