# HG changeset patch # User diego # Date 1211126691 0 # Node ID 666a63d00be2fb7f6d335798c6c4efed15a5a521 # Parent ebd5f2d643157aab9a0198dad50e6b7324342260 Separate install-mencoder and install-mencoder-man targets. diff -r ebd5f2d64315 -r 666a63d00be2 Makefile --- a/Makefile Sun May 18 16:03:44 2008 +0000 +++ b/Makefile Sun May 18 16:04:51 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_TARGETS-$(MENCODER) += install-mencoder install-mplayer-man install-mencoder-man INSTALL_TARGETS-$(GUI_GTK) += install-gui INSTALL_TARGETS += $(INSTALL_TARGETS-yes) @@ -838,6 +838,8 @@ install-mencoder: mencoder$(EXESUF) $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) + +install-mencoder-man: for lang in $(MAN_LANG); do \ if test "$$lang" = en ; then \ cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 ; \