mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 06:17:00 +00:00
install-mencoder-man depends on install-mplayer-man.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26816 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3661a18bd7
commit
63b29dabbc
4
Makefile
4
Makefile
@ -638,7 +638,7 @@ ALL_PRG-$(MENCODER) += mencoder$(EXESUF)
|
||||
ALL_PRG += $(ALL_PRG-yes)
|
||||
|
||||
INSTALL_TARGETS-$(MPLAYER) += install-mplayer install-mplayer-man
|
||||
INSTALL_TARGETS-$(MENCODER) += install-mencoder install-mplayer-man install-mencoder-man
|
||||
INSTALL_TARGETS-$(MENCODER) += install-mencoder install-mencoder-man
|
||||
INSTALL_TARGETS-$(GUI_GTK) += install-gui
|
||||
INSTALL_TARGETS += $(INSTALL_TARGETS-yes)
|
||||
|
||||
@ -835,7 +835,7 @@ install-mplayer-man:
|
||||
fi ; \
|
||||
done
|
||||
|
||||
install-mencoder-man:
|
||||
install-mencoder-man: install-mplayer-man
|
||||
for lang in $(MAN_LANG); do \
|
||||
if test "$$lang" = en ; then \
|
||||
cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user