* GNUmakefile (PATH): Remove stray apostrophes; they become
[autoconf/tsuna.git] / doc / Makefile.am
blobed88e49df4b299e54303b2ed0d3b2bada207de8e
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 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
23 info_TEXINFOS = autoconf.texi standards.texi
24 autoconf_TEXINFOS = fdl.texi install.texi
25 standards_TEXINFOS = make-stds.texi
27 # Files from texi2dvi that should be removed, but which Automake does
28 # not know.
29 CLEANFILES = autoconf.ACs  autoconf.cvs  autoconf.MSs  autoconf.prs \
30              autoconf.ATs  autoconf.evs  autoconf.fns  autoconf.ovs \
31              autoconf.tmp \
32              autoconf*.html standards*.html
35 ## ----------------------------- ##
36 ## Other documentation formats.  ##
37 ## ----------------------------- ##
39 html: autoconf_1.html standards_1.html
41 autoconf_1.html: autoconf.texi install.texi
42         $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/autoconf.texi
44 standards_1.html: standards.texi make-stds.texi
45         $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi
48 .PHONY: html