]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/fr/catalog/update_version
5c2e009291405cd81a14fc40a1a3260bd4bcfd2a
[bacula/docs] / docs / manuals / fr / catalog / update_version
1 #!/bin/sh
2 #
3 # Script file to update the Bacula version
4 #
5 out=/tmp/$$
6 VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' /home/kern/bacula/k/src/version.h`
7 DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' /home/kern/bacula/k/src/version.h`
8 . ./do_echo
9 sed -f ${out} version.tex.in >version.tex
10 rm -f ${out}