summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 16:04:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 16:04:51 +0000
commitcdf6e749bc30d630a54da4ff27cd4ab9f1ce440f (patch)
tree6dc19ff92c5101d7e65f9bb3b770fb351d46271e /Makefile
parentb53e8a4d01e56db6df976871907642e9e4574873 (diff)
downloadmpv-cdf6e749bc30d630a54da4ff27cd4ab9f1ce440f.tar.bz2
mpv-cdf6e749bc30d630a54da4ff27cd4ab9f1ce440f.tar.xz
Separate install-mencoder and install-mencoder-man targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26811 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eecc138d99..94d691a78b 100644
--- a/Makefile
+++ b/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_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 ; \