summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-05 21:07:10 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-05 21:07:10 +0000
commit41da84f6951df215c8899a56d946aaa3ddf8a94e (patch)
treecf075b01355e7f630030f3fd4446cbbe49fef879 /Makefile
parentb341b3ce2861ffd0a41754cab7fa4640a3c1473e (diff)
downloadmpv-41da84f6951df215c8899a56d946aaa3ddf8a94e.tar.bz2
mpv-41da84f6951df215c8899a56d946aaa3ddf8a94e.tar.xz
ln -s instead of install mencoder.1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5990 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b3862828e..19da7dd1c3 100644
--- a/Makefile
+++ b/Makefile
@@ -229,7 +229,7 @@ endif
$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
ifeq ($(MENCODER),yes)
$(INSTALL) -m 755 -s $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
- $(INSTALL) -c -m 644 DOCS/mencoder.1 $(MANDIR)/man1/mencoder.1
+ -ln -sf $(MANDIR)/man1/mplayer.1 $(MANDIR)/man1/mencoder.1
endif
@if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi
@if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi