summaryrefslogtreecommitdiff
path: root/man/local.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-09-09 19:23:11 +0200
committerJim Meyering <meyering@redhat.com>2012-09-10 09:25:31 +0200
commite571cfd9c7f035886182100b7a5e27ad7d48f1ca (patch)
tree1a32322fb4cc686141b57aa58fcd5f07a9b46506 /man/local.mk
parentc424de16b1c8607f2caa7c85d69196f9d8e3a103 (diff)
downloadcoreutils-e571cfd9c7f035886182100b7a5e27ad7d48f1ca.tar.xz
build: fix a minor man-page generation dependency error
* man/local.mk (man/dir.1): Depend on src/dir, not src/ls.
Diffstat (limited to 'man/local.mk')
-rw-r--r--man/local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/local.mk b/man/local.mk
index 1c8ecfaad..ebc111da1 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -53,8 +53,10 @@ mandeps += $(top_srcdir)/src/system.h
$(ALL_MANS): $(mandeps)
# Most prog.1 man pages depend on src/prog. List the exceptions:
+# Note that dir and vdir are exceptions only if you consider the name
+# of the .c file upon which they depend: ls.c.
man/arch.1: src/uname
-man/dir.1: src/ls
+man/dir.1: src/dir
man/install.1: src/ginstall
man/vdir.1: src/vdir