Mercurial > mplayer.hg
comparison Makefile @ 13702:3c6a2b6437df
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)
author | wight |
---|---|
date | Wed, 20 Oct 2004 14:20:07 +0000 |
parents | fdda0475b00d |
children | 06cd8401c498 |
comparison
equal
deleted
inserted
replaced
13701:ce163851db17 | 13702:3c6a2b6437df |
---|---|
328 uninstall: | 328 uninstall: |
329 -rm -f $(BINDIR)/$(PRG) $(BINDIR)/gmplayer $(MANDIR)/man1/mplayer.1 | 329 -rm -f $(BINDIR)/$(PRG) $(BINDIR)/gmplayer $(MANDIR)/man1/mplayer.1 |
330 -rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1 | 330 -rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1 |
331 -rm -f $(prefix)/share/pixmaps/mplayer-desktop.xpm | 331 -rm -f $(prefix)/share/pixmaps/mplayer-desktop.xpm |
332 -rm -f $(prefix)/share/applications/mplayer.desktop | 332 -rm -f $(prefix)/share/applications/mplayer.desktop |
333 -rm -f $(LIBDIR)/libmpdvdkit.so | |
334 for l in $(MAN_LANG); do \ | |
335 if test "i$$l" != "en"; then \ | |
336 -rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 \ | |
337 -rm -f $(MANDIR)/$$l/man1/gmplayer.1 \ | |
338 fi \ | |
339 done | |
340 ifeq ($(VIDIX),yes) | |
341 $(DO_MAKE) | |
342 endif | |
333 @echo "Uninstall completed" | 343 @echo "Uninstall completed" |
334 | 344 |
335 clean: | 345 clean: |
336 -rm -f *.o *~ $(OBJS) codecs.conf.h | 346 -rm -f *.o *~ $(OBJS) codecs.conf.h |
337 | 347 |