SILC Crypto Toolkit 1.2 Beta1
[crypto.git] / distdir / pre-dist-crypto
1 #!/bin/sh
2
3 distribution=$1
4 dist_version=$2
5 package=$3
6 distdir=$4
7 release=$5
8
9 if test -z $release; then
10   release="0.fc8"
11 fi
12
13 sed -e "s/SILC_VERSION/$dist_version/" -e "s/SILC_RELEASE/$release/" \
14   sct.spec.in > sct.spec
15
16 ./configure
17
18 cd doc
19 make toolkit-ref-html
20 cd ..
21 cp ChangeLog doc/runtime/ChangeLog