changeset 26779:666a63d00be2

Separate install-mencoder and install-mencoder-man targets.
author diego
date Sun, 18 May 2008 16:04:51 +0000
parents ebd5f2d64315
children 3dddd0b74436
files Makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ; \