0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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
This commit is contained in:
wight 2004-10-20 14:20:07 +00:00
parent 9ad2dd2a29
commit 49ec55840e
2 changed files with 13 additions and 0 deletions

View File

@ -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:

View File

@ -40,6 +40,9 @@ depend:
install:
$(DO_MAKE)
uninstall:
$(DO_MAKE)
#
# include dependency files if they exist
#