[MPlayer-dev-eng] Manpage patch
Alex Tribble
alext96 at softhome.net
Wed Feb 12 05:52:19 CET 2003
Hi,
I noticed you changed the way your DOCS folder is organized. To fix
'make install' the following patch is necessary:
--- prepatch/configure 2003-02-11 11:56:17.000000000 -0700
+++ mplayer/configure 2003-02-11 21:31:36.000000000 -0700
@@ -4829,6 +4829,8 @@
WIN32_PATH = -DWIN32_PATH=\\"$_win32libdir\\"
STRIPBINARIES = $_stripbinaries
+LINGUAS = $LINGUAS
+
$_live_libs_def
STREAMING = $_streaming
--- prepatch/Makefile 2003-02-09 13:18:11.000000000 -0700
+++ mplayer/Makefile 2003-02-11 21:37:38.000000000 -0700
@@ -260,7 +260,7 @@
-ln -sf $(PRG) $(BINDIR)/gmplayer
endif
if test ! -d $(MANDIR)/man1 ; then mkdir -p $(MANDIR)/man1; fi
- $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
+ $(INSTALL) -c -m 644 DOCS/$(LINGUAS)/mplayer.1 $(MANDIR)/man1/mplayer.1
ifeq ($(MENCODER),yes)
$(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
-ln -sf mplayer.1 $(MANDIR)/man1/mencoder.1
Thanks,
Alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20030211/ac3b9333/attachment.pgp>
More information about the MPlayer-dev-eng
mailing list