Add a dist-hook to remove .svn directories before taring the dist

This commit is contained in:
Benjamin Dauvergne 2010-02-01 01:06:17 +00:00
parent 2348566c2a
commit 741699ed0f
1 changed files with 3 additions and 0 deletions

View File

@ -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