Extra .svn tree underneath msbuild 2.5.1
authorScott Cantor <cantor.2@osu.edu>
Mon, 10 Dec 2012 03:00:32 +0000 (03:00 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 10 Dec 2012 03:00:32 +0000 (03:00 +0000)
Makefile.am

index 4b2b051..c5ec833 100644 (file)
@@ -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)