[Mplayer-cvslog] CVS: main Makefile,1.184,1.185

Arpi of Ize arpi at mplayerhq.hu
Sun May 5 23:07:13 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv4361

Modified Files:
	Makefile 
Log Message:
ln -s instead of install mencoder.1

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- Makefile	3 May 2002 22:05:46 -0000	1.184
+++ Makefile	5 May 2002 21:07:10 -0000	1.185
@@ -229,7 +229,7 @@
 	$(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




More information about the MPlayer-cvslog mailing list