Created SILC Crypto Toolkit git repository.
[crypto.git] / distdir / pre-dist-crypto
similarity index 66%
rename from distdir/pre-dist-client
rename to distdir/pre-dist-crypto
index bf3ffb3d2c494d68577fdf4f01207a8606d4c126..fc3fd6a4b83b5e65a9cc5f1b6c63e15236bb6dcb 100644 (file)
@@ -7,13 +7,14 @@ distdir=$4
 release=$5
 
 if test -z $release; then
-  release="0.fc7"
+  release="0.fc8"
 fi
 
 sed -e "s/SILC_VERSION/$dist_version/" -e "s/SILC_RELEASE/$release/" \
-  apps/irssi/silc-client.spec.in > apps/irssi/silc-client.spec
+  sct.spec.in > sct.spec
+
+./configure
 
 cd doc
-make dist-hook
+make toolkit-ref-html
 cd ..
-