mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
Always uninstall English man pages instead of never.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26814 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f931f2440e
commit
69c70193c7
3
Makefile
3
Makefile
@ -858,11 +858,10 @@ uninstall:
|
||||
rm -f $(MANDIR)/man1/mencoder.1 $(MANDIR)/man1/mplayer.1
|
||||
rm -f $(prefix)/share/pixmaps/mplayer.xpm
|
||||
rm -f $(prefix)/share/applications/mplayer.desktop
|
||||
rm -f $(MANDIR)/man1/mplayer.1 $(MANDIR)/man1/mencoder.1
|
||||
for lang in $(MAN_LANG); do \
|
||||
if test "$$lang" != "en"; then \
|
||||
rm -f $(MANDIR)/$$lang/man1/mplayer.1 \
|
||||
$(MANDIR)/$$lang/man1/mencoder.1 ; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user