diff options
author | Pavel Roskin <proski@gnu.org> | 2001-02-26 06:56:04 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2001-02-26 06:56:04 +0000 |
commit | 1bb965372d5626789ddb054f1d320773f26e2996 (patch) | |
tree | 5f57fa558bec54535f955b805462d9a4ddbfd09a /man/Makefile.am | |
parent | e4a74027fde4d2a6b582b1c51f126d3a743c871d (diff) | |
download | autoconf-1bb965372d5626789ddb054f1d320773f26e2996.tar.gz |
* man/Makefile.am: autoupdate.1 now depends on autoupdate.in.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 1fc2db2a..134099f9 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -13,7 +13,7 @@ common_dep = $(top_srcdir)/configure.in $(srcdir)/common.x autoconf.1: $(common_dep) $(srcdir)/autoconf.x $(top_srcdir)/autoconf.sh autoreconf.1: $(common_dep) $(srcdir)/autoreconf.x $(top_srcdir)/autoreconf.sh autoheader.1: $(common_dep) $(srcdir)/autoheader.x $(top_srcdir)/autoheader.sh -autoupdate.1: $(common_dep) $(srcdir)/autoupdate.x $(top_srcdir)/autoupdate.sh +autoupdate.1: $(common_dep) $(srcdir)/autoupdate.x $(top_srcdir)/autoupdate.in ifnames.1: $(common_dep) $(srcdir)/ifnames.x $(top_srcdir)/ifnames.sh autoscan.1: $(common_dep) $(srcdir)/autoscan.x $(top_srcdir)/autoscan.pl |