coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: fix a minor man-page generation dependency error


From: Jim Meyering
Subject: [PATCH] build: fix a minor man-page generation dependency error
Date: Mon, 10 Sep 2012 09:25:47 +0200

Unlikely ever to have mattered, but still...

>From e571cfd9c7f035886182100b7a5e27ad7d48f1ca Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 9 Sep 2012 19:23:11 +0200
Subject: [PATCH] build: fix a minor man-page generation dependency error

* man/local.mk (man/dir.1): Depend on src/dir, not src/ls.
---
 man/local.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/man/local.mk b/man/local.mk
index 1c8ecfa..ebc111d 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

--
1.7.12.289.g0ce9864



reply via email to

[Prev in Thread] Current Thread [Next in Thread]