summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0f8a5cd..4e485bb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,6 +4,6 @@
# Licensed under the terms of the GNU General Public License.
info_TEXINFOS = autoconf-archive.texi
-EXTRA_DIST = $(TEXIFILE)
+EXTRA_DIST = $(TEXIFILES) all-macros.texi
-autoconf-archive.info: $(TEXIFILE)
+autoconf-archive.info: autoconf-archive.texi all-macros.texi $(TEXIFILES)