bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

automake, translations of man pages


From: Andrew Clausen
Subject: automake, translations of man pages
Date: Sun, 28 Apr 2002 10:14:01 +1000
User-agent: Mutt/1.3.28i

Hi all,

I have a translation of the parted Manual, called pt_BR-parted.8.
So, my doc/Makefile.am looks like: (irrelevant bits snipped)

        man_MANS      = parted.8 partprobe.8

        EXTRA_DIST    = FAT             \
                        pt_BR-parted.8

        install-data-local:
                $(INSTALL) -D $(srcdir)/pt_BR-parted.8 \
                        $(mandir)/pt_BR/man8/parted.8

Perhaps it would be nice to have a standard, so this all happens
automagically.  (i.e. "man_MANS = parted.8 partprobe.8 pt_BR-parted.8")
It would be nice to check $LINGUAS, in the same way po/Makefile
typically does.

Cheers,
Andrew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]