[MPlayer-cvslog] r26814 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun May 18 18:13:46 CEST 2008


Author: diego
Date: Sun May 18 18:13:46 2008
New Revision: 26814

Log:
Always uninstall English man pages instead of never.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun May 18 18:13:46 2008
@@ -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:



More information about the MPlayer-cvslog mailing list