summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b2ee3e1..ffd0697 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -3,7 +3,8 @@
# Copyright (c) 2010 by the Autoconf Archive Maintainers
# Licensed under the terms of the GNU General Public License.
+CHAPTERS = using.texi contribute.texi introduction.texi
info_TEXINFOS = autoconf-archive.texi
-EXTRA_DIST = $(TEXIFILES) all-macros.texi
+EXTRA_DIST = $(TEXIFILES) $(CHAPTERS) all-macros.texi
-autoconf-archive.info: autoconf-archive.texi all-macros.texi $(TEXIFILES)
+autoconf-archive.info: autoconf-archive.texi all-macros.texi $(TEXIFILES) $(CHAPTERS)