summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 667a3a320..6ef030f64 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -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 \