From 49ec55840e6bf586499e35290bee7c7c60aa9ad1 Mon Sep 17 00:00:00 2001 From: wight Date: Wed, 20 Oct 2004 14:20:07 +0000 Subject: 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) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13703 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00bfd950c7..4716375ea8 100644 --- a/Makefile +++ b/Makefile @@ -330,6 +330,16 @@ uninstall: -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: -- cgit v1.2.3