aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e08807..4e4225c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,10 +34,11 @@ SUBDIRS=\
po
#FIXME: add these when ready: makedict client fonts
-EXTRA_DIST = ChangeLog.2008 configure.boot bootstrap
+EXTRA_DIST = ChangeLog.2008 configure.boot bootstrap DISTFILES
dist-hook:
- tar -C $(srcdir) -c -f - --exclude-vcs app dicoweb | \
+ tar -C $(srcdir) -c -f - --no-recursion --exclude-vcs \
+ -T $(abs_top_srcdir)/DISTFILES | \
tar -C $(distdir) -x -f -
# Start Git ChangeLog from this date.

Return to:

Send suggestions and report system problems to the System administrator.