Fix yesterday's regression in m4_wrap([$1]).
[autoconf.git] / doc / Makefile.am
blobc404dfdc790821159b3fedec74d705224a487351
1 # Make Autoconf documentation.
3 # Copyright (C) 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
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.
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.
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/>.
18 AM_MAKEINFOFLAGS = --no-split
19 TEXI2DVI = texi2dvi --batch
20 TEXI2HTML = texi2html
21 TEXI2HTML_FLAGS = -split_chapter
22 TEXINFO_TEX = ../build-aux/texinfo.tex
24 info_TEXINFOS = autoconf.texi standards.texi
25 autoconf_TEXINFOS = fdl.texi install.texi
26 standards_TEXINFOS = make-stds.texi
28 # Files from texi2dvi that should be removed, but which Automake does
29 # not know.
30 CLEANFILES = autoconf.ACs  autoconf.cvs  autoconf.MSs  autoconf.prs \
31              autoconf.ATs  autoconf.evs  autoconf.fns  autoconf.ovs \
32              autoconf.tmp \
33              autoconf*.html standards*.html
36 ## ----------------------------- ##
37 ## Other documentation formats.  ##
38 ## ----------------------------- ##
40 html: autoconf_1.html standards_1.html
42 autoconf_1.html: autoconf.texi install.texi
43         $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/autoconf.texi
45 standards_1.html: standards.texi make-stds.texi
46         $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi
49 .PHONY: html