[MPlayer-cvslog] r26808 - trunk/Makefile
    diego 
    subversion at mplayerhq.hu
       
    Sun May 18 17:53:56 CEST 2008
    
    
  
Author: diego
Date: Sun May 18 17:53:55 2008
New Revision: 26808
Log:
Do not remove gmplayer.1, it is never installed.
Modified:
   trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun May 18 17:53:55 2008
@@ -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
 
    
    
More information about the MPlayer-cvslog
mailing list