Mercurial > mplayer.hg
changeset 26784:80227b63ccf8
install-mencoder-man depends on install-mplayer-man.
author | diego |
---|---|
date | Sun, 18 May 2008 16:20:17 +0000 |
parents | e4e004804577 |
children | a3eb683ccb2e |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun May 18 16:16:39 2008 +0000 +++ b/Makefile Sun May 18 16:20:17 2008 +0000 @@ -638,7 +638,7 @@ 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 @@ 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 ; \