updates.
[silc.git] / distdir / pre-dist-toolkit
1 #!/bin/sh
2
3 distribution=$1
4 dist_version=$2
5 package=$3
6 distdir=$4
7
8 sed -e "s/SILC_VERSION/$dist_version/" silc-toolkit.spec.in > silc-toolkit.spec
9
10 ./configure
11
12 cd doc
13 make dist-hook
14 rm -rf toolkit
15 make toolkit-ref-html
16 cp ../lib/doc/*.gif toolkit
17 cd ..