summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 21b272a..d1747ee 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,11 +1,22 @@
-# Build and install the Autoconf Archive Documentation.
+# Build and install the GNU Autoconf Archive documentation.
#
-# Copyright (c) 2010 by the Autoconf Archive Maintainers
-# Licensed under the terms of the GNU General Public License.
+# Copyright (c) 2010 Free Software Foundation, Inc.
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program. If not, see <http://www.gnu.org/licenses/>.
-CHAPTERS = introduction.texi downloads.texi contribute.texi fdl-1.3.texi
-info_TEXINFOS = autoconf-archive.texi
-EXTRA_DIST = $(TEXIFILES) $(CHAPTERS) all-macros.texi
+CHAPTERS = introduction.texi downloads.texi contribute.texi fdl-1.3.texi
+info_TEXINFOS = autoconf-archive.texi
+EXTRA_DIST = $(TEXIFILES) $(CHAPTERS) all-macros.texi
autoconf-archive.info: autoconf-archive.texi all-macros.texi $(TEXIFILES) $(CHAPTERS)