summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-08-13 06:23:10 +0200
committerGuillem Jover <guillem@debian.org>2010-08-13 06:25:21 +0200
commite27c50f24d959e0ddf3ac8b163f235c10cd56615 (patch)
treed48a4fe22f8e2b53ba0d7a848c71f6ac9dc6873d /man/Makefile.am
parentd9af5690390429e6c5bc9c8a2c46ba19cedf21bc (diff)
downloaddpkg-e27c50f24d959e0ddf3ac8b163f235c10cd56615.tar.gz
build: Fix uninstall target in man/Makefile.am
Missed in commit 4be28d99de2c8fe27c6c16bc9c114f7cef550f79.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index cdd3353e0..7baef480b 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -69,6 +69,8 @@ uninstall-local-yes:
for trans in $(dist_man_MANS); do \
if [ -f $(CURDIR)/$$lang/$$trans ]; then \
files="$$files $(CURDIR)/$$lang/$$trans"; \
+ elif [ -f $(srcdir)/$$lang/$$trans ]; then \
+ files="$$files $(srcdir)/$$lang/$$trans"; \
fi; \
done; \
$(MAKE) uninstall-man \