summaryrefslogtreecommitdiff
path: root/po/Makefile
AgeCommit message (Collapse)Author
2018-10-15Makefile: Don't generate .pot files for texinfo targetsLuke Shumaker
2018-03-27Makefile: Use files.groups instead of nested.subdirs to split the packageLuke Shumaker
2018-01-03Makefile: don't let paths in .pot files depend on where `make` was calledLuke Shumaker
2017-07-09po: add pot headersLuke Shumaker
2017-07-08Makefile: add support for compiling and installing localizationsLuke Shumaker
This means that the new `po/files.generate` target can be used to build the `.pot` files without doing anything else; we can stop requiring translators to install ruby-ronn. It also means that we can put the `.pot` files in the source tarball, to make it even easier for translators. Unfortunately, it does add the extra step of having to create another symlink when adding a new locale.