do not include the CVS/ subdirs in contrib/ into the distribution

This commit is contained in:
marschap
2007-12-29 19:26:49 +00:00
parent 53f189512f
commit 160210c136
+3
View File
@@ -26,4 +26,7 @@ topleveltags:
$(CTAGS) --format=1 -f - --languages=C --c-kinds=f --recurse=yes server shared clients \
| perl -p -e 's/^([^\t]+)\t[^\t]+\/([^\t\/]+)\t(.*)$/$1\t$2\t$3/' > tags
dist-hook:
rm -rf `find $(distdir)/contrib -name CVS`
## EOF