summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-08-25 10:32:23 +0100
committerColin Watson <cjwatson@debian.org>2009-08-25 10:32:23 +0100
commitb857cdf8ad29669e959c0fd8c9274479a3e5cb08 (patch)
tree3055c6db6510a695da7ad9ab756d9432b7b2b202 /Makefile.am
parentf64c184f53ca1c082ad062081dffa36d8ac050d3 (diff)
* Makefile.am (EXTRA_DIST): Add .bzrignore,
gnulib/lib/xmalloc.c.orig, gnulib/m4/intldir.m4, gnulib/m4/sockpfaf.m4, and release.sh, for consistency between revision control and the distribution.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a3a266a5..9b88c4d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,10 +24,19 @@ SUBDIRS = docs intl gnulib/lib gnulib/po lib libdb src man manual po tools
dist_noinst_DATA = NEWS README include/README
EXTRA_DIST = \
+ .bzrignore \
autogen.sh \
+ gnulib/lib/xmalloc.c.orig \
gnulib/lib/xmalloc.patch \
gnulib/m4/gnulib-cache.m4 \
- gnulib/m4/gnulib-tool.m4
+ gnulib/m4/gnulib-tool.m4 \
+ release.sh
+
+# These macro files are imported by gnulib-tool, but at present not used. We
+# include them in the distribution anyway for maximum consistency.
+EXTRA_DIST += \
+ gnulib/m4/intldir.m4 \
+ gnulib/m4/sockpfaf.m4
# Note that autopoint installs into the first directory here. Yes, this
# means that it installs into gnulib/m4, so we always run gnulib-tool after