2006-11-28 05:35:37 +08:00
|
|
|
# Make Autoconf documentation.
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2008-04-05 21:09:46 +08:00
|
|
|
# Copyright (C) 2000, 2001, 2002, 2003, 2007, 2008 Free Software
|
|
|
|
# Foundation, Inc.
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2007-07-21 07:11:49 +08:00
|
|
|
# This program is free software: you can redistribute it and/or modify
|
2006-11-28 05:35:37 +08:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-21 07:11:49 +08:00
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2006-11-28 05:35:37 +08:00
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2006-11-28 05:35:37 +08:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-07-21 07:11:49 +08:00
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2002-07-29 16:24:51 +08:00
|
|
|
AM_MAKEINFOFLAGS = --no-split
|
2001-08-13 20:25:05 +08:00
|
|
|
TEXI2HTML_FLAGS = -split_chapter
|
2007-12-05 01:14:35 +08:00
|
|
|
TEXINFO_TEX = ../build-aux/texinfo.tex
|
1999-10-31 09:54:28 +08:00
|
|
|
|
|
|
|
info_TEXINFOS = autoconf.texi standards.texi
|
2008-11-04 21:36:20 +08:00
|
|
|
autoconf_TEXINFOS = fdl-1.3.texi install.texi
|
2008-11-11 02:09:54 +08:00
|
|
|
standards_TEXINFOS = fdl-1.3.texi gnu-oids.texi make-stds.texi
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2000-02-17 18:57:00 +08:00
|
|
|
# Files from texi2dvi that should be removed, but which Automake does
|
|
|
|
# not know.
|
2003-04-01 15:28:08 +08:00
|
|
|
CLEANFILES = autoconf.ACs autoconf.cvs autoconf.MSs autoconf.prs \
|
|
|
|
autoconf.ATs autoconf.evs autoconf.fns autoconf.ovs \
|
2008-04-05 21:09:46 +08:00
|
|
|
autoconf.tmp
|