Implement translated manpage build system with Transifex integration#33
Implement translated manpage build system with Transifex integration#33OmegaPhil wants to merge 2 commits intoIgnorantGuru:nextfrom OmegaPhil:manpage
Conversation
|
Thanks overall the method looks good. Generation Deps With po4a installed, I get the following error from generate_manpages.bash: After installing asciidoc I get: So as discussed we need to know the dependencies for your manpage system. Maybe try a live debian CD and try it there - that will show you what's missing. Also, due to your use of =~ and BASH_REMATCH, generate_manpages.bash requires bash >= 4. I may rework that (or you can) so it only requires generic bash. Then again, that's not required by the build system afaict (used by developers only?), so maybe it's ok as is. Just prefer to keep dependencies and versions minimal. (spacefm requires bash4, but udevil does not) Build autogen, configure, make, and make install seemed to work ok to the extent I could test them without udevil.1. (There is no udevil.1 in your source tree, although there should be, as this is manually generated - not part of the build system.) Misc Notes
Workflow I'd like a basic workflow for updating the manpage and/or translations. Mine is included below as best I understand it. Perhaps you can update this and include it in man/README so its handy. |
|
Just responding to build system dependencies: I have tested with a fresh Debian Testing install - 'sudo aptitude install asciidoc po4a' was all that was needed to be able to run the generation script. |
No description provided.