summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-08-23 11:27:47 +0100
committerColin Watson <cjwatson@debian.org>2009-08-23 11:27:47 +0100
commitc4d592c0065fbe9942c61f8c55d84f68451c31b0 (patch)
tree6be0b2fc2045edf09ffb6f34eabf7e56498431ba /Makefile.am
parent5c2c43ee14d61470b7466ff7b14e3f3e317bb136 (diff)
* Makefile.am (EXTRA_DIST): Distribute gnulib/m4/gnulib-tool.m4.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ecdb51f..a3a266a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
##
## Copyright (C) 1994, 1995 Graeme Wilford.
-## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007 Colin Watson.
+## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2009 Colin Watson.
##
## This file is part of man-db.
##
@@ -23,7 +23,11 @@ SUBDIRS = docs intl gnulib/lib gnulib/po lib libdb src man manual po tools
dist_noinst_DATA = NEWS README include/README
-EXTRA_DIST = autogen.sh gnulib/lib/xmalloc.patch gnulib/m4/gnulib-cache.m4
+EXTRA_DIST = \
+ autogen.sh \
+ gnulib/lib/xmalloc.patch \
+ gnulib/m4/gnulib-cache.m4 \
+ gnulib/m4/gnulib-tool.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