summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-08-27 07:12:16 +0000
committerAkim Demaille <akim@epita.fr>2001-08-27 07:12:16 +0000
commitba3b08af2013f7d36b9de2db51743e8db4b9bd6d (patch)
tree069a91646912917def2e835bcdff03d256cdd82f /man/Makefile.am
parentf827e957086037267b5b1f1f22968658e5588acc (diff)
downloadautoconf-ba3b08af2013f7d36b9de2db51743e8db4b9bd6d.tar.gz
Automake 1.5.
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2. (AMTAR): Help automake define it. (INSTALL, install-data-hook): The INSTALL.txt trick is no longer needed, 1.5 can have a macro and a target with the same name. * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4, * m4/strip.m4: New. * m4/init.m4, m4/sanity.m4: Update. * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files. * lib/autoconf/Makefile.am, lib/autotest/Makefile.am, * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am, * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 601d084f..895ba20d 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -18,13 +18,13 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-man_MANS = autoconf.1 autoreconf.1 autoheader.1 autoupdate.1 ifnames.1 \
+dist_man_MANS = autoconf.1 autoreconf.1 autoheader.1 autoupdate.1 ifnames.1 \
autoscan.1 autom4te.1 config.guess.1 config.sub.1
man_aux = autoconf.x autoreconf.x autoheader.x autoupdate.x ifnames.x \
autoscan.x autom4te.x config.guess.x config.sub.x
-EXTRA_DIST = $(man_MANS) $(man_aux) common.x
+EXTRA_DIST = $(man_aux) common.x
MAINTAINERCLEANFILES = $(man_MANS)
# Depend on configure.ac to get version number changes.