regen-doc-20060117
[openafs.git] / regen.sh
1 echo "Updating configuration..."
2 echo "Running aclocal"
3 aclocal -I src/cf
4 echo "Running autoconf"
5 autoconf
6 echo "Running autoconf for configure-libafs"
7 autoconf configure-libafs.in > configure-libafs
8 chmod +x configure-libafs
9 echo "Running autoheader"
10 autoheader
11 #echo "Running automake"
12 #automake
13
14 # Rebuild the man pages, to not require those building from source to have
15 # pod2man available.
16 echo "Building man pages"
17 if test -d doc/man-pages ; then
18     (cd doc/man-pages && ./generate-man)
19 fi