From eb0b842e3b75b8f7cf3b0b3fbb0d12a75d21a696 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sun, 8 Jan 2012 18:07:14 +0000 Subject: [PATCH] Added lines in Makefile.am to remove .svn directories from distributed 'doc' directory --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6c050e4f8..28ff05ae9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,4 +25,8 @@ EXTRA_DIST = autogen.sh configure.ac COPYING INSTALL LGPL LICENSE README THANKS # For Doxygen integration MOSTLYCLEANFILES = $(DX_CLEANFILES) -EXTRA_DIST += $(DX_CONFIG) \ No newline at end of file +EXTRA_DIST += $(DX_CONFIG) + +# Remove .svn directories from dist +dist-hook: + rm -rf `find $(distdir)/doc -type d -name .svn`