|
Packit Service |
9646c7 |
# Make Autoconf documentation.
|
|
Packit Service |
9646c7 |
|
|
Packit Service |
9646c7 |
# Copyright (C) 2000-2003, 2007-2012 Free Software Foundation, Inc.
|
|
Packit Service |
9646c7 |
|
|
Packit Service |
9646c7 |
# This program is free software: you can redistribute it and/or modify
|
|
Packit Service |
9646c7 |
# it under the terms of the GNU General Public License as published by
|
|
Packit Service |
9646c7 |
# the Free Software Foundation, either version 3 of the License, or
|
|
Packit Service |
9646c7 |
# (at your option) any later version.
|
|
Packit Service |
9646c7 |
|
|
Packit Service |
9646c7 |
# This program is distributed in the hope that it will be useful,
|
|
Packit Service |
9646c7 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
Packit Service |
9646c7 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
Packit Service |
9646c7 |
# GNU General Public License for more details.
|
|
Packit Service |
9646c7 |
|
|
Packit Service |
9646c7 |
# You should have received a copy of the GNU General Public License
|
|
Packit Service |
9646c7 |
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
Packit Service |
9646c7 |
|
|
Packit Service |
9646c7 |
AM_MAKEINFOFLAGS = --no-split
|
|
Packit Service |
9646c7 |
TEXI2HTML_FLAGS = -split_chapter
|
|
Packit Service |
9646c7 |
TEXINFO_TEX = ../build-aux/texinfo.tex
|
|
Packit Service |
9646c7 |
|
|
Packit Service |
9646c7 |
info_TEXINFOS = autoconf.texi standards.texi
|
|
Packit Service |
9646c7 |
autoconf_TEXINFOS = fdl.texi install.texi
|
|
Packit Service |
9646c7 |
standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi
|
|
Packit Service |
9646c7 |
|
|
Packit Service |
9646c7 |
EXTRA_DIST = gendocs_template
|
|
Packit Service |
9646c7 |
|
|
Packit Service |
9646c7 |
# Files from texi2dvi that should be removed, but which Automake does
|
|
Packit Service |
9646c7 |
# not know.
|
|
Packit Service |
9646c7 |
CLEANFILES = autoconf.ACs autoconf.cvs autoconf.MSs autoconf.prs \
|
|
Packit Service |
9646c7 |
autoconf.ATs autoconf.evs autoconf.fns autoconf.ovs \
|
|
Packit Service |
9646c7 |
autoconf.ca autoconf.CA autoconf.cas autoconf.CAs \
|
|
Packit Service |
9646c7 |
autoconf.tmp
|