1 ## Process this file with automake to create Makefile.in.
3 ## Makefile for Autoconf.
4 ## Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2, or (at your option)
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ## GNU General Public License for more details.
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21 AM_MAKEINFOFLAGS = --no-split
22 TEXI2DVI = texi2dvi --batch
24 TEXI2HTML_FLAGS = -split_chapter
26 info_TEXINFOS = autoconf.texi standards.texi
27 autoconf_TEXINFOS = fdl.texi install.texi
28 standards_TEXINFOS = make-stds.texi
30 # Files from texi2dvi that should be removed, but which Automake does
32 CLEANFILES = autoconf.ACs autoconf.cvs autoconf.MSs autoconf.prs \
33 autoconf.ATs autoconf.evs autoconf.fns autoconf.ovs \
35 autoconf*.html standards*.html
38 ## ----------------------------- ##
39 ## Other documentation formats. ##
40 ## ----------------------------- ##
42 html: autoconf_1.html standards_1.html
44 autoconf_1.html: autoconf.texi install.texi
45 $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/autoconf.texi
47 standards_1.html: standards.texi make-stds.texi
48 $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi