aMule Forum

English => en_Bugs => Topic started by: martymac on May 07, 2005, 02:21:34 PM

Title: Man pages stuff
Post by: martymac on May 07, 2005, 02:21:34 PM
Hi all,

While updating the aMule FreeBSD port, I've noticed a small bug related to the manpages (didn't have enough time to resolve it) :

when using --program-transform-name="s/ed2k/amule-ed2k", the main manpage ed2k.1 is renamed to amule-ed2k.1, but not the ones in other languages, they remain ed2k.1...

Another pb is some French manpages are missing :

man/fr/man1/xas.1
man/fr/man1/cas.1
man/fr/man1/wxcas.1
man/fr/man1/alc.1

Ganaƫl.
Title: Re: Man pages stuff
Post by: GonoszTopi on May 08, 2005, 03:51:55 PM
Quote
when using --program-transform-name="s/ed2k/amule-ed2k", the main manpage ed2k.1 is renamed to amule-ed2k.1, but not the ones in other languages, they remain ed2k.1...
That's because automake cannot handle man pages in different languages and we have to install them manually. I'll check it.

Quote
Another pb is some French manpages are missing :
As few of us speaks french, you're welcome to finish them  :P
Title: Re: Man pages stuff
Post by: GonoszTopi on August 15, 2005, 01:19:48 AM
Quote
when using --program-transform-name="s/ed2k/amule-ed2k", the main manpage ed2k.1 is renamed to amule-ed2k.1, but not the ones in other languages, they remain ed2k.1...
Resolved.