exclude README.* ltmain.sh
noprocess apps/autodist/doc apps/autodist/tests
+
+post-process-dist-hook distdir/post-process-dist
+post-dist-hook distdir/post-dist
+
name Client
package silc-client
bug-report silc-devel@lists.silcnet.org
+
inherit common
define SILC_DIST_CLIENT
define SILC_DIST_CLIENTLIB
+
pre-hook distdir/pre-run
+post-process-dist-hook distdir/post-process-dist
post-dist-hook distdir/post-dist
distdir=$4
if test -f $distdir.tar.gz; then
- md5sum $distdir.tar.gz > distdir.tar.gz.md5
+ md5sum $distdir.tar.gz > $distdir.tar.gz.md5
fi
if test -f $distdir.tar.bz2; then
- md5sum $distdir.tar.bz2 > distdir.tar.bz2.md5
+ md5sum $distdir.tar.bz2 > $distdir.tar.bz2.md5
fi
--- /dev/null
+#!/bin/sh
+
+distribution=$1
+dist_version=$2
+package=$3
+distdir=$4
+
+# Remove all CVS directories, as some may be left when we put directories
+# in EXTRA_DIST or 'include' them in distribution.
+
+if test -d $distdir; then
+ rm -rf `find $distdir -name CVS`
+fi
name Server
package silc-server
bug-report silc-devel@lists.silcnet.org
+
inherit common
define SILC_DIST_SERVER
undef SILC_DIST_SFTP
+
+post-process-dist-hook distdir/post-process-dist
post-dist-hook distdir/post-dist
name Toolkit
package silc-toolkit
bug-report silc-devel@lists.silcnet.org
+
inherit common
inherit client
inherit server
define SILC_DIST_TOOLKIT
+
include README.CVS
include README.WIN32
include README.MACOSX
include silcer
include tutorial
+
pre-hook distdir/pre-run
+post-process-dist-hook distdir/post-process-dist
post-dist-hook distdir/post-dist
#else !SILC_DIST_TOOLKIT
dist-hook:
- rm -rf `find $(top_distdir)/doc -name CVS`
$(SILC_TOP_SRCDIR)/scripts/manpages.pl
rm draft-riikonen*.txt
touch draft-riikonen-silc-spec-08.txt
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = silc.pc silcclient.pc
-EXTRA_DIST = doc silc.pc.in silcclient.pc.in
+EXTRA_DIST = silc.pc.in silcclient.pc.in
#endif SILC_DIST_TOOLKIT