From: Pekka Riikonen Date: Mon, 14 May 2007 20:12:05 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~282 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=e64479f18bbae48382ee404ed6f098a680b39e11 updates. --- diff --git a/distdir/client b/distdir/client index 13f35fef..c84d1d64 100644 --- a/distdir/client +++ b/distdir/client @@ -7,5 +7,6 @@ define SILC_DIST_CLIENT define SILC_DIST_CLIENTLIB pre-hook distdir/pre-run +pre-dist-hook distdir/pre-dist-client post-process-dist-hook distdir/post-process-dist post-dist-hook distdir/post-dist diff --git a/distdir/pre-dist-client b/distdir/pre-dist-client new file mode 100644 index 00000000..0e9619dc --- /dev/null +++ b/distdir/pre-dist-client @@ -0,0 +1,11 @@ +#!/bin/sh + +distribution=$1 +dist_version=$2 +package=$3 +distdir=$4 + +cd doc +make dist-hook +cd .. + diff --git a/doc/Makefile.ad b/doc/Makefile.ad index 4b273c92..2c9855e4 100644 --- a/doc/Makefile.ad +++ b/doc/Makefile.ad @@ -113,13 +113,13 @@ EXTRA_DIST = \ #endif SILC_DIST_CLIENT #ifdef SILC_DIST_SERVER examples silcd.8 silcd.conf.5 \ + example_silcd.conf \ #endif SILC_DIST_SERVER #ifdef SILC_DIST_TOOLKIT toolkit \ CodingStyle \ #endif SILC_DIST_TOOLKIT FAQ \ - example_silcd.conf \ silcalgs.conf \ draft-riikonen*.txt