Mercurial > mplayer.hg
comparison Makefile @ 16991:4beb036cd4fc
fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- at -- csociety -- dot -- org
author | ptt |
---|---|
date | Wed, 16 Nov 2005 10:38:23 +0000 |
parents | 60bd6aeed405 |
children | b62c2fdbcde9 |
comparison
equal
deleted
inserted
replaced
16990:4c168a0b85e0 | 16991:4beb036cd4fc |
---|---|
508 -rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1 | 508 -rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1 |
509 -rm -f $(prefix)/share/pixmaps/mplayer-desktop.xpm | 509 -rm -f $(prefix)/share/pixmaps/mplayer-desktop.xpm |
510 -rm -f $(prefix)/share/applications/mplayer.desktop | 510 -rm -f $(prefix)/share/applications/mplayer.desktop |
511 -rm -f $(LIBDIR)/libmpdvdkit.so | 511 -rm -f $(LIBDIR)/libmpdvdkit.so |
512 for l in $(MAN_LANG); do \ | 512 for l in $(MAN_LANG); do \ |
513 if test "i$$l" != "en"; then \ | 513 if test "$$l" != "en"; then \ |
514 -rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 \ | 514 rm -f $(MANDIR)/$$l/man1/mplayer.1 \ |
515 -rm -f $(MANDIR)/$$l/man1/gmplayer.1 \ | 515 $(MANDIR)/$$l/man1/mencoder.1 \ |
516 fi \ | 516 $(MANDIR)/$$l/man1/gmplayer.1 ; \ |
517 fi ; \ | |
517 done | 518 done |
518 ifeq ($(VIDIX),yes) | 519 ifeq ($(VIDIX),yes) |
519 $(DO_MAKE) | 520 $(DO_MAKE) |
520 endif | 521 endif |
521 @echo "Uninstall completed" | 522 @echo "Uninstall completed" |