[MPlayer-cvslog] r26811 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun May 18 18:04:51 CEST 2008


Author: diego
Date: Sun May 18 18:04:51 2008
New Revision: 26811

Log:
Separate install-mencoder and install-mencoder-man targets.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun May 18 18:04:51 2008
@@ -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_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-mplayer-man:
 
 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 ; \



More information about the MPlayer-cvslog mailing list