[PATCH] Re: [MPlayer-dev-eng] [PATCH] installing DOCS/ during make install
Dominik Mierzejewski
dominik at rangers.eu.org
Thu Dec 26 23:19:02 CET 2002
On Thursday, 26 December 2002, seru wrote:
[...]
> + -ln -sf mplayer.1 $(MANDIR)/man1/de/mencoder.1
> + -ln -sf mplayer.1 $(MANDIR)/man1/fr/mencoder.1
> + -ln -sf mplayer.1 $(MANDIR)/man1/hu/mencoder.1
> + -ln -sf mplayer.1 $(MANDIR)/man1/pl/mencoder.1
One: that's not how man links should be done and two: you messed up
locale dirs. I suggest this:
+ echo ".so mplayer.1" > $(MANDIR)/de/man1/mencoder.1
+ echo ".so mplayer.1" > $(MANDIR)/fr/man1/mencoder.1
+ echo ".so mplayer.1" > $(MANDIR)/hu/man1/mencoder.1
+ echo ".so mplayer.1" > $(MANDIR)/pl/man1/mencoder.1
--
MPlayer RPMs maintainer: http://www.piorunek.pl/~dominik/linux/pkgs/mplayer/
"The Universe doesn't give you any points for doing things that are easy."
-- Sheridan to Garibaldi in Babylon 5:"The Geometry of Shadows"
More information about the MPlayer-dev-eng
mailing list