From e64479f18bbae48382ee404ed6f098a680b39e11 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 14 May 2007 20:12:05 +0000 Subject: [PATCH] updates. --- distdir/client | 1 + distdir/pre-dist-client | 11 +++++++++++ doc/Makefile.ad | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 distdir/pre-dist-client 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 -- 2.24.0