xref: /netbsd-src/external/gpl3/autoconf/dist/doc/Makefile.am (revision d874e91932377fc40d53f102e48fc3ee6f4fe9de)
1# Make Autoconf documentation.
2
3# Copyright (C) 2000-2003, 2007-2012 Free Software Foundation, Inc.
4
5# This program is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14
15# You should have received a copy of the GNU General Public License
16# along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18AM_MAKEINFOFLAGS = --no-split
19TEXI2HTML_FLAGS = -split_chapter
20TEXINFO_TEX = ../build-aux/texinfo.tex
21
22info_TEXINFOS = autoconf.texi standards.texi
23autoconf_TEXINFOS = fdl.texi install.texi
24standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi
25
26EXTRA_DIST = gendocs_template
27
28# Files from texi2dvi that should be removed, but which Automake does
29# not know.
30CLEANFILES = autoconf.ACs  autoconf.cvs  autoconf.MSs  autoconf.prs \
31	     autoconf.ATs  autoconf.evs  autoconf.fns  autoconf.ovs \
32	     autoconf.ca   autoconf.CA   autoconf.cas  autoconf.CAs \
33	     autoconf.tmp
34