This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Rule for man pages in different languages?
- From: Eike Lange <eike dot lange at uni-essen dot de>
- To: automake at gnu dot org
- Date: Tue, 17 Sep 2002 13:37:45 +0200
- Subject: Rule for man pages in different languages?
Hi folks!
I've written a program, which comes with man pages
in some different languages. The content and the
name is always the same and I do not want to rename
my man pages ("program_us.1", "program_it.1" and so on).
I'd like to install these man pages seperately in
different directories, (e. g. "/usr/share/man/it/man1/").
man_MANS does not seem to be suitable.
How do I tell automake?
(The same problem with Texinfo documentation)
Eike