changeset 26776:14cb67f96415

Do not remove gmplayer.1, it is never installed.
author diego
date Sun, 18 May 2008 15:53:55 +0000
parents 78176ddcc1f8
children 93463ecf0a14
files Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun May 18 15:49:31 2008 +0000
+++ b/Makefile	Sun May 18 15:53:55 2008 +0000
@@ -863,8 +863,7 @@
 	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