summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-15 10:21:39 +0000
committerJim Meyering <jim@meyering.net>2005-10-15 10:21:39 +0000
commitb54de31c76ff7fc7465ae38fa16b01ff90c07355 (patch)
treec2d8505391c939ad5bbdaa28a9ecf7e9987506bb /man
parent999a43859ab775d89aab67d7884674992f387076 (diff)
downloadcoreutils-b54de31c76ff7fc7465ae38fa16b01ff90c07355.tar.xz
.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 8a5b84663..05831319a 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -638,6 +638,7 @@ yes.1: $(common_dep) $(srcdir)/yes.x ../src/yes.c
.x.1:
@rm -f $@
@echo "Updating man page $@"; \
+ rm -rf $t; \
mkdir $t; \
(cd $t && $(LN_S) ../../src/$(mapped_name) $*); \
$(PERL) -- $(srcdir)/help2man \