Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Centralize all POD manipulation in 'podwrapper.sh' script. | Richard W.M. Jones | 2010-11-24 | 1 | -39/+20 |
| | |||||
* | build: Don't try to rebuild po-docs/<lang> if no po4a. | Maxim Koltsov | 2010-11-08 | 1 | -2/+6 |
| | |||||
* | generator: Generate guestfish-only commands. | Richard W.M. Jones | 2010-09-18 | 1 | -2/+3 |
| | | | | | | 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. | ||||
* | Add full docs pot file. | Richard Jones | 2010-09-04 | 1 | -2/+14 |
| | |||||
* | Allow manual pages and POD files to be translated. | Richard Jones | 2010-09-02 | 1 | -0/+94 |
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. |