Allow manual pages and POD files to be translated.
authorRichard Jones <rjones@redhat.com>
Thu, 2 Sep 2010 13:54:44 +0000 (14:54 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 2 Sep 2010 19:37:06 +0000 (20:37 +0100)
commit8c48f5ae2ea5221f6c53934262c5505f4b20ca8c
treeff5877505fb20f2fc06b2a227239b1ed90db2542
parent1193df7e0abfa25a78de246b6be148ec09470623
Allow manual pages and POD files to be translated.

This uses the optional po4a package to split these files into
PO files for translation, and reassemble afterwards.

Note this creates an extra pot file (po-docs/libguestfs-docs.pot).
We don't (yet) combine this with the main po/libguestfs.pot file.
The 'libguestfs-docs.pot' file included in this commit is not the
real thing, just a short cut down snippet for testing.  The real
thing is created if you update one of the dependent files and
rebuild.

Note also the dummy ja.po, for testing the principles.
.gitignore
HACKING
Makefile.am
README
configure.ac
po-docs/Makefile.am [new file with mode: 0644]
po-docs/ja.po [new file with mode: 0644]
po-docs/ja/Makefile.am [new file with mode: 0644]
po-docs/libguestfs-docs.pot [new file with mode: 0644]