[MPlayer-dev-eng] Re: install localized manpages +
Andriy N. Gritsenko
andrej at lucky.net
Thu Feb 13 18:56:14 CET 2003
Hi, Andriy N. Gritsenko!
Sometime (on Thursday, February 13 at 19:36) I've received something...
>However I forgot about default manpage...
And I was wrong again, forgotten how make executes shell commands...
Now it has to be ok. :)
--------------------------------------------------------------------
LINGUAS =
install-man:
LINGUAS="`echo $(LINGUAS)|sed 's/en//'|sed 's/^ *\(.*\) *$/\1/'`"; \
if [ -n "$$LINGUAS" ]; then \
for i in $$LINGUAS; do \
mkdir -p $(mandir)/$$i/man1; \
install -m 644 DOCS/$$i/mplayer.1 $(mandir)/$$i/man1; \
done; \
fi
test -d $(mandir)/man1 && install -m 644 DOCS/en/mplayer.1 $(mandir)/man1
--------------------------------------------------------------------
With best wishes.
Andriy.
More information about the MPlayer-dev-eng
mailing list