aMule Forum
English => en_Bugs => Topic started 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.
-
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.
Another pb is some French manpages are missing :
As few of us speaks french, you're welcome to finish them :P
-
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.