fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- at -- csociety -- dot -- org

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16992 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ptt 2005-11-16 10:38:23 +00:00
parent 5e0cd5b326
commit ac00b6bc33
1 changed files with 5 additions and 4 deletions

View File

@ -510,10 +510,11 @@ uninstall:
-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 \
if test "$$l" != "en"; then \
rm -f $(MANDIR)/$$l/man1/mplayer.1 \
$(MANDIR)/$$l/man1/mencoder.1 \
$(MANDIR)/$$l/man1/gmplayer.1 ; \
fi ; \
done
ifeq ($(VIDIX),yes)
$(DO_MAKE)