[MPlayer-cvslog] CVS: main Makefile,1.332,1.333
Paolo Tresoldi PaulTT
syncmail at mplayerhq.hu
Wed Nov 16 11:38:25 CET 2005
CVS change done by Paolo Tresoldi (PaulTT)
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv2329
Modified Files:
Makefile
Log Message:
fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- at -- csociety -- dot -- org
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- Makefile 6 Nov 2005 17:42:20 -0000 1.332
+++ Makefile 16 Nov 2005 10:38:23 -0000 1.333
@@ -510,10 +510,11 @@
-rm -f $(prefix)/share/applications/mplayer.desktop
-rm -f $(LIBDIR)/libmpdvdkit.so
for l in $(MAN_LANG); do \
- if test "i$$l" != "en"; then \
- -rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 \
- -rm -f $(MANDIR)/$$l/man1/gmplayer.1 \
- fi \
+ if test "$$l" != "en"; then \
+ rm -f $(MANDIR)/$$l/man1/mplayer.1 \
+ $(MANDIR)/$$l/man1/mencoder.1 \
+ $(MANDIR)/$$l/man1/gmplayer.1 ; \
+ fi ; \
done
ifeq ($(VIDIX),yes)
$(DO_MAKE)
More information about the MPlayer-cvslog
mailing list