From 41da84f6951df215c8899a56d946aaa3ddf8a94e Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 5 May 2002 21:07:10 +0000 Subject: ln -s instead of install mencoder.1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5990 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3