1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 16:19:23 +02:00

(.x.1): Remove temp directory first.

This commit is contained in:
Jim Meyering
2005-10-13 14:12:51 +00:00
parent 76890ff048
commit 74583cd9fb
+1
View File
@@ -127,6 +127,7 @@ mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
.x.1:
@rm -f $@
@echo "Updating man page $@"; \
rm -rf $t; \
mkdir $t; \
(cd $t && $(LN_S) ../../src/$(mapped_name) $*); \
$(PERL) -- $(srcdir)/help2man \