summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 16:13:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 16:13:46 +0000
commit69c70193c7650ecd9b05f6c5364db97060b680a8 (patch)
tree7e3410cb712b756fe7ca2332ddc9dbeb66f06074 /Makefile
parentf931f2440eda6c6f3249f11bca1ed78773032acd (diff)
downloadmpv-69c70193c7650ecd9b05f6c5364db97060b680a8.tar.bz2
mpv-69c70193c7650ecd9b05f6c5364db97060b680a8.tar.xz
Always uninstall English man pages instead of never.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26814 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2bd2c0284..4a60389b5b 100644
--- a/Makefile
+++ b/Makefile
@@ -858,11 +858,10 @@ uninstall:
rm -f $(MANDIR)/man1/mencoder.1 $(MANDIR)/man1/mplayer.1
rm -f $(prefix)/share/pixmaps/mplayer.xpm
rm -f $(prefix)/share/applications/mplayer.desktop
+ rm -f $(MANDIR)/man1/mplayer.1 $(MANDIR)/man1/mencoder.1
for lang in $(MAN_LANG); do \
- if test "$$lang" != "en"; then \
rm -f $(MANDIR)/$$lang/man1/mplayer.1 \
$(MANDIR)/$$lang/man1/mencoder.1 ; \
- fi ; \
done
clean: