Added silc_mp_format and silc_mp_unformat MP integer encoder/decoder
[crypto.git] / distdir / post-process-dist
1 #!/bin/sh
2
3 distribution=$1
4 dist_version=$2
5 package=$3
6 distdir=$4
7
8 # Remove all CVS directories, as some may be left when we put directories
9 # in EXTRA_DIST or 'include' them in distribution.
10
11 if test -d $distdir; then
12   rm -rf `find $distdir -name CVS`
13   rm -rf `find $distdir -name Makefile`
14 fi