summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f18715b..8cbbd5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,6 @@
-# EXTRA_DIST = BUGS
-SUBDIRS = module tools
+SUBDIRS = module tools doc
+dist-hook:
+ rm -rf `find $(distdir)/ -name .svn`
+