2006-11-28 05:35:37 +08:00
|
|
|
# Make Autoconf documentation.
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2024-01-06 01:11:48 +08:00
|
|
|
# Copyright (C) 2000-2003, 2007-2017, 2020-2024 Free Software
|
2021-01-29 04:19:21 +08:00
|
|
|
# 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
|
2017-09-17 08:48:19 +08:00
|
|
|
# along with this program. If not, see <https://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
|
2013-05-05 22:14:06 +08:00
|
|
|
TEXINFO_TEX = build-aux/texinfo.tex
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2013-05-05 22:14:06 +08:00
|
|
|
info_TEXINFOS = doc/autoconf.texi doc/standards.texi
|
|
|
|
doc_autoconf_TEXINFOS = doc/fdl.texi doc/install.texi
|
|
|
|
doc_standards_TEXINFOS = doc/fdl.texi doc/gnu-oids.texi doc/make-stds.texi
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2013-05-05 22:14:06 +08:00
|
|
|
EXTRA_DIST += doc/gendocs_template
|
2009-01-06 23:41:34 +08:00
|
|
|
|
2000-02-17 18:57:00 +08:00
|
|
|
# Files from texi2dvi that should be removed, but which Automake does
|
|
|
|
# not know.
|
2013-05-06 03:05:43 +08:00
|
|
|
CLEANFILES += \
|
2013-05-05 22:14:06 +08:00
|
|
|
autoconf.ACs \
|
|
|
|
autoconf.cvs \
|
|
|
|
autoconf.MSs \
|
|
|
|
autoconf.prs \
|
|
|
|
autoconf.ATs \
|
|
|
|
autoconf.evs \
|
|
|
|
autoconf.fns \
|
|
|
|
autoconf.ovs \
|
|
|
|
autoconf.ca \
|
|
|
|
autoconf.CA \
|
|
|
|
autoconf.cas \
|
|
|
|
autoconf.CAs \
|
|
|
|
autoconf.tmp
|