summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c9f525a7d4..1736b12ef7 100644
--- a/Makefile
+++ b/Makefile
@@ -863,8 +863,7 @@ uninstall:
for lang in $(MAN_LANG); do \
if test "$$lang" != "en"; then \
rm -f $(MANDIR)/$$lang/man1/mplayer.1 \
- $(MANDIR)/$$lang/man1/mencoder.1 \
- $(MANDIR)/$$lang/man1/gmplayer.1 ; \
+ $(MANDIR)/$$lang/man1/mencoder.1 ; \
fi ; \
done