summaryrefslogtreecommitdiffstats
path: root/po-docs/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
| | | | Update all copyright dates to 2012.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* po-docs: Make podfiles sort stable.Richard Jones2011-09-121-1/+1
|
* po-docs: Fix generation of 'podfiles'.Richard W.M. Jones2011-07-201-2/+5
|
* po-docs: Fix UTF-8 encoding problem.Richard W.M. Jones2011-07-181-1/+2
|
* po-docs: Generate list of *.pod files.Richard W.M. Jones2011-07-171-16/+11
| | | | | | Generate the list of *.pod files, instead of hard coding it (and having it get very very out of date). Store the list in a separate file po-docs/podfiles.
* Pull translations from Transifex.Richard W.M. Jones2011-04-021-1/+1
| | | | New Ukrainian po-docs translation added.
* Exclude po-docs directory completely if po4a not available.Richard W.M. Jones2011-03-291-9/+1
| | | | | | Lift the if HAVE_PO4A ... endif completely out of the po-docs subdirectory, and just exclude the whole subdirectory if the po4a program is not available.
* po-docs: Remove virt-inspector.pl reference from Makefile.am.Richard W.M. Jones2010-11-191-1/+0
|
* generator: Generate guestfish-only commands.Richard W.M. Jones2010-09-181-0/+1
| | | | | | The guestfish-only commands such as 'alloc' and 'edit' are now generated from one place in the generator instead of being spread around ad-hoc in the C code.
* Allow manual pages and POD files to be translated.Richard Jones2010-09-021-0/+88
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.