diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5cc07b6..a8d1f9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST = common include -SUBDIRS = plugin tools tests +SUBDIRS = plugin tools tests doc dist-hook: rm -rf `find $(distdir)/ -name .svn` |