From 741699ed0fff7607d4d6f4da1b8727bd08cf27dd Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 1 Feb 2010 01:06:17 +0000 Subject: [PATCH] Add a dist-hook to remove .svn directories before taring the dist --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index d766fd37..7610bc53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,4 +23,7 @@ pkgconfigdir = $(libdir)/pkgconfig clean-local: -rm -f lasso.pc +dist-hook: + -rm -rf `find $(distdir) -name .svn` + DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc