From 43686e086729642b741f804f56e7ae01a0a7a89a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 18 May 2008 15:53:55 +0000 Subject: Do not remove gmplayer.1, it is never installed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26808 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3