summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-04-05 20:51:48 +0000
committerStef Walter <stef@memberwebs.com>2006-04-05 20:51:48 +0000
commiteac1602858639b0653a8e15ff191ed9b9f64c440 (patch)
tree90349495c80410153c88cd73d4a0beef6b41997c /Makefile.am
parent0be20dc6ea13149dc2083ac2add78441be8733f3 (diff)
Cleanup and initial open source release
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`
+