summaryrefslogtreecommitdiff
path: root/man/Rules.man
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-11-15 22:23:49 +0000
committerColin Watson <cjwatson@debian.org>2010-11-15 22:23:49 +0000
commitd0db602d88546161ab922efebf47f6c73680363a (patch)
treee174eac42d32e8992ea8a8f10199673c9c7365db /man/Rules.man
parentdf2c4df49bd5470772ed3f1181f02cf3f37a0add (diff)
* man/Rules.man (distclean-hook): Rename to ...
(distclean-local): ... this, and fix syntax so that it actually works.
Diffstat (limited to 'man/Rules.man')
-rw-r--r--man/Rules.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Rules.man b/man/Rules.man
index d255e6c6..c6e36225 100644
--- a/man/Rules.man
+++ b/man/Rules.man
@@ -66,7 +66,7 @@ dist-hook:
done; \
fi
-distclean-hook:
+distclean-local:
@if [ "x$(PO4A_LINGUA)" = xyes ]; then \
- -rm -rf man1 man5 man8; \
+ rm -rf man1 man5 man8; \
fi