Automake 1.6c.
* Makefile.am (maintainer-clean-local): Remove.
(MAINTAINERCLEANFILES): Remove COPYING.
Makefile
-autoheader autoconf autom4te autoreconf autoscan autoupdate ifnames
config.cache
config.log
config.status
-INSTALL.txt
configure.scan
autoconf-[0-9].*
*.log log
+2002-09-04 Akim Demaille <akim@epita.fr>
+
+ * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
+ Automake 1.6c.
+ * Makefile.am (maintainer-clean-local): Remove.
+ (MAINTAINERCLEANFILES): Remove COPYING.
+
2002-09-03 Paul Eggert <eggert@twinsun.com>
* doc/autoconf.texi (Configuration Commands): Remove obsolete
BUGS \
GNUmakefile Makefile.maint
-MAINTAINERCLEANFILES = COPYING INSTALL
+MAINTAINERCLEANFILES = INSTALL
## -------------------- ##
## Forwarding targets. ##
## -------------------- ##
-html pdf:
+html:
cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
-.PHONY: html pdf
+.PHONY: html
## --------- ##
$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -o $(srcdir)/INSTALL \
$(top_srcdir)/doc/install.texi
-maintainer-clean-local:
- -rm -rf autom4te.cache
-
## maintainer-check ##
maintainer-check: maintainer-check-tests
maintainer-check-tests:
GNUmakefile Makefile.maint
-MAINTAINERCLEANFILES = COPYING INSTALL
+MAINTAINERCLEANFILES = INSTALL
pkgdata_DATA = INSTALL
AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf autom4te.cache
-maintainer-clean-am: distclean-am maintainer-clean-generic \
- maintainer-clean-local
+maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
install-recursive install-strip installcheck installcheck-am \
installdirs installdirs-am installdirs-recursive \
maintainer-clean maintainer-clean-generic \
- maintainer-clean-local maintainer-clean-recursive mostlyclean \
- mostlyclean-generic mostlyclean-recursive pdf pdf-am \
- pdf-recursive ps ps-am ps-recursive tags tags-recursive \
- uninstall uninstall-am uninstall-info-am \
- uninstall-info-recursive uninstall-pkgdataDATA \
- uninstall-recursive
+ maintainer-clean-recursive mostlyclean mostlyclean-generic \
+ mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
+ ps-recursive tags tags-recursive uninstall uninstall-am \
+ uninstall-info-am uninstall-info-recursive \
+ uninstall-pkgdataDATA uninstall-recursive
-html pdf:
+html:
cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
-.PHONY: html pdf
+.PHONY: html
INSTALL: $(top_srcdir)/doc/install.texi
$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -o $(srcdir)/INSTALL \
$(top_srcdir)/doc/install.texi
-maintainer-clean-local:
- -rm -rf autom4te.cache
-
maintainer-check: maintainer-check-tests
maintainer-check-tests:
cd tests && make maintainer-check
Makefile
autoheader autoconf autom4te autoreconf autoscan autoupdate ifnames
+autom4te.cache
## Process this file with automake to create Makefile.in.
## Makefile for Autoconf.
-## Copyright 2000, 2001 Free Software Foundation, Inc.
+## Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
CLEANFILES = autoconf.acs autoconf.cvs autoconf.mss autoconf.prs \
autoconf.ats autoconf.evs autoconf.fns autoconf.ovs \
autoconf.tmp \
- autoconf*.html standards*.html \
- autoconf*.pdf standards*.pdf
+ autoconf*.html standards*.html
## ----------------------------- ##
$(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi
-pdf: autoconf.pdf standards.pdf
-
-autoconf.pdf: autoconf.texi install.texi
- $(TEXI2DVI) --pdf --batch $(srcdir)/autoconf.texi
-
-standards.pdf: standards.texi make-stds.texi
- $(TEXI2DVI) --pdf --batch $(srcdir)/standards.texi
-
-.PHONY: html pdf
+.PHONY: html
CLEANFILES = autoconf.acs autoconf.cvs autoconf.mss autoconf.prs \
autoconf.ats autoconf.evs autoconf.fns autoconf.ovs \
autoconf.tmp \
- autoconf*.html standards*.html \
- autoconf*.pdf standards*.pdf
+ autoconf*.html standards*.html
subdir = doc
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
$(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$< -o $@
autoconf.info: version.texi $(autoconf_TEXINFOS)
autoconf.dvi: version.texi $(autoconf_TEXINFOS)
+autoconf.pdf: version.texi $(autoconf_TEXINFOS)
version.texi: stamp-vti
stamp-vti: autoconf.texi $(top_srcdir)/configure.ac
@(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \
-rm -f stamp-vti version.texi
standards.info: $(standards_TEXINFOS)
standards.dvi: $(standards_TEXINFOS)
+standards.pdf: $(standards_TEXINFOS)
TEXI2DVI = texi2dvi
TEXI2PDF = $(TEXI2DVI) --pdf
standards_1.html: standards.texi make-stds.texi
$(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi
-pdf: autoconf.pdf standards.pdf
-
-autoconf.pdf: autoconf.texi install.texi
- $(TEXI2DVI) --pdf --batch $(srcdir)/autoconf.texi
-
-standards.pdf: standards.texi make-stds.texi
- $(TEXI2DVI) --pdf --batch $(srcdir)/standards.texi
-
-.PHONY: html pdf
+.PHONY: html
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: