* doc/autoconf.texi (Limitations of Usual Tools): Warn about other
[autoconf.git] / doc / Makefile.am
blob0073a4acb15c31bd540880d7e9653ba17f740c44
1 # Make Autoconf documentation.
3 # Copyright (C) 2000, 2001, 2002, 2003 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 2, or (at your option)
8 # 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, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 # 02110-1301, USA.
20 AM_MAKEINFOFLAGS = --no-split
21 TEXI2DVI = texi2dvi --batch
22 TEXI2HTML = texi2html
23 TEXI2HTML_FLAGS = -split_chapter
25 info_TEXINFOS = autoconf.texi standards.texi
26 autoconf_TEXINFOS = fdl.texi install.texi
27 standards_TEXINFOS = make-stds.texi
29 # Files from texi2dvi that should be removed, but which Automake does
30 # not know.
31 CLEANFILES = autoconf.ACs  autoconf.cvs  autoconf.MSs  autoconf.prs \
32              autoconf.ATs  autoconf.evs  autoconf.fns  autoconf.ovs \
33              autoconf.tmp \
34              autoconf*.html standards*.html
37 ## ----------------------------- ##
38 ## Other documentation formats.  ##
39 ## ----------------------------- ##
41 html: autoconf_1.html standards_1.html
43 autoconf_1.html: autoconf.texi install.texi
44         $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/autoconf.texi
46 standards_1.html: standards.texi make-stds.texi
47         $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi
50 .PHONY: html