summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-01 01:06:17 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-01 01:06:17 +0000
commit741699ed0fff7607d4d6f4da1b8727bd08cf27dd (patch)
tree1e1386829ba8cfa644c653f066337d247fd5bc06
parent2348566c2a6cec389b0ae99b3ac061c6d13a58b2 (diff)
downloadlasso-741699ed0fff7607d4d6f4da1b8727bd08cf27dd.tar.gz
lasso-741699ed0fff7607d4d6f4da1b8727bd08cf27dd.tar.xz
lasso-741699ed0fff7607d4d6f4da1b8727bd08cf27dd.zip
Add a dist-hook to remove .svn directories before taring the dist
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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