From 160210c136d5516a43461d22e6b31f8f62983417 Mon Sep 17 00:00:00 2001 From: marschap Date: Sat, 29 Dec 2007 19:26:49 +0000 Subject: [PATCH] do not include the CVS/ subdirs in contrib/ into the distribution --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index af1e45a..f628444 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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