Re: deutsche manpages

Ralf Corsepius <[email protected]>
Newsgroups gmane.linux.suse.programming
Message-ID <[email protected]>
On Fri, 2004-10-29 at 15:59, Günther Montag wrote:
> Mit dem unten zitierten Makefile.am
> werden die englischen manpages für mein Programm nach 
> /usr/man/man1
> installiert.
> 
> Ist der neue Standard noch
> /usr/share/man/man1
> und wie kriege ich die mans nach dorthin?
Im Makefile.am:
man_MANS = xxx.1

Konfigurieren mit:
configure --mandir=/usr/share/man

> Kriege ich deutsche manpages nach 
> /usr/share/man/de/man1 
> mit einem manuellen $INSTALL, oder geht es eleganter?
Im Makefile.am etwas in dieser Art:
man_dedir = $(mandir)/de
man1_dedir = $(man_dedir)/man1
man1_de_DATA = test.1

> Wie kriege ich die manpages in mein  rpm?
> Die Zeile im specfile
> %_mandir/*
> tut's nicht...
??? Sollte tun, wenn Du im spec-file auch 
configure --mandir=%{_mandir}
verwendest.

> Bitte wendet nicht den Flammenwerfer an,
<~~ ~~ ~~ ~~

>  da ich noch mit 
> automake 1.4  und autoconf 2.13 arbeite. Ich liebe meine 
> Nostalgiekiste mit Suse-Linux 6.3, die seit 5 Jahren 
> einfach gut läuft.

> [email protected]
Achso, weit ab vom jeglicher Zivilisation, *DAS* ist natürlich ein Grund
SuSE-6.3, autoconf-2.13 usw. einzusetzen. ;)

SCNR

Ralf



-- 
Um die Liste abzubestellen, schicken Sie eine Mail an:
    [email protected]
Um eine Liste aller verfügbaren Kommandos zu bekommen, schicken
Sie eine Mail an: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.