From 64af3b37bfe199ec9e0366418685ea0b177747ff Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 10 Dec 2012 03:00:32 +0000 Subject: [PATCH] Extra .svn tree underneath msbuild --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4b2b051..c5ec833 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,9 @@ include doxygen.am MOSTLYCLEANFILES = $(DX_CLEANFILES) +dist-hook: + rm -rf `find $(distdir)/msbuild -name .svn` + WANT_SUBDIRS = @WANT_SUBDIRS@ SUBDIRS = $(WANT_SUBDIRS) -- 2.1.4