]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Dec 2004 23:57:19 +0000 (23:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Dec 2004 23:57:19 +0000 (23:57 +0000)
autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
Don't depend on .x file explicitly, since "make" does that for us.
Suggested by Stepan Kasal.

man/Makefile.am

index 9f9a2d20fb11ab0b470a5a5477de338aae04aac3..8f1f638f8ffe79870fcd48ea6ee520e36a60b697 100644 (file)
@@ -30,17 +30,17 @@ MAINTAINERCLEANFILES = $(dist_man_MANS)
 # Depend on configure.ac to get version number changes.
 common_dep = $(top_srcdir)/configure.ac $(srcdir)/common.x
 binsrcdir = $(top_srcdir)/bin
-autoconf.1:   $(common_dep) $(srcdir)/autoconf.x   $(binsrcdir)/autoconf.as
-autoheader.1: $(common_dep) $(srcdir)/autoheader.x $(binsrcdir)/autoheader.in
-autom4te.1:   $(common_dep) $(srcdir)/autom4te.x   $(binsrcdir)/autom4te.in
-autoreconf.1: $(common_dep) $(srcdir)/autoreconf.x $(binsrcdir)/autoreconf.in
-autoscan.1:   $(common_dep) $(srcdir)/autoscan.x   $(binsrcdir)/autoscan.in
-autoupdate.1: $(common_dep) $(srcdir)/autoupdate.x $(binsrcdir)/autoupdate.in
-ifnames.1:    $(common_dep) $(srcdir)/ifnames.x    $(binsrcdir)/ifnames.in
+autoconf.1:   $(common_dep) $(binsrcdir)/autoconf.as
+autoheader.1: $(common_dep) $(binsrcdir)/autoheader.in
+autom4te.1:   $(common_dep) $(binsrcdir)/autom4te.in
+autoreconf.1: $(common_dep) $(binsrcdir)/autoreconf.in
+autoscan.1:   $(common_dep) $(binsrcdir)/autoscan.in
+autoupdate.1: $(common_dep) $(binsrcdir)/autoupdate.in
+ifnames.1:    $(common_dep) $(binsrcdir)/ifnames.in
 
 # Independent from this package.
-config.guess.1: $(srcdir)/config.guess.x  $(top_srcdir)/config/config.guess
-config.sub.1:   $(srcdir)/config.sub.x    $(top_srcdir)/config/config.sub
+config.guess.1: $(top_srcdir)/config/config.guess
+config.sub.1:   $(top_srcdir)/config/config.sub
 
 SUFFIXES = .x .1