[Mplayer-cvslog] CVS: main Makefile,1.306,1.307
Torinthiel CVS
syncmail at mplayerhq.hu
Wed Oct 20 16:20:09 CEST 2004
CVS change done by Torinthiel CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv8056
Modified Files:
Makefile
Log Message:
make uninstall was leaving vidix, dha, and libmpdvdkit libraries
and translated manpages as well. This fixes the issue.
Resolves bug #9 (hopefully)
Based on Bugzilla patch by Evgueni V. Gavrilov (aquatique at rusunix.org)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- Makefile 18 Oct 2004 09:19:05 -0000 1.306
+++ Makefile 20 Oct 2004 14:20:06 -0000 1.307
@@ -330,6 +330,16 @@
-rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1
-rm -f $(prefix)/share/pixmaps/mplayer-desktop.xpm
-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 \
+ done
+ifeq ($(VIDIX),yes)
+ $(DO_MAKE)
+endif
@echo "Uninstall completed"
clean:
More information about the MPlayer-cvslog
mailing list