aboutsummaryrefslogtreecommitdiff
path: root/po/Makefile
Commit message (Collapse)AuthorAge
* Avoid unexpected full paths from find(1).Amitai Schleier2018-03-02
|
* Standardize on --long-option instead of -long-optionSimon McVittie2015-03-01
| | | | | | | | | | [[forum/refresh_and_setup]] indicates some confusion between --setup and -setup. Both work, but it's clearer if we stick to one in documentation and code. A 2012 commit to [[plugins/theme]] claims that "-setup" is required and "--setup" won't work, but I cannot find any evidence in ikiwiki's source code that this has ever been the case.
* Use $(MAKE) in po, as elsewhere in the build.n0gOoi32014-12-27
| | | | (cherry picked from commit 26a6c611fe9a32efa437efd07c698116d22b3a31)
* po/Makefile: missing one semicolon stillGiuseppe Bilotta2012-05-09
|
* Fix po MakefileGiuseppe Bilotta2012-05-05
| | | | | | In the complex 'if' chain when merging ikiwiki.pot with .po files, make sure line-endings, shell-muting and semi-colons don't cause the shell to bomb out with syntax errors and commands not found.
* work without gettext commandsJoey Hess2012-04-27
| | | | | Seems in certian cases (which I cannot entirely reproduce), gettext commands run during build even from a clean tree. Make these nonfatal.
* updateJoey Hess2009-08-15
|
* Allow building ikiwiki on systems w/o po4a -- building of the translated ↵Joey Hess2009-08-15
| | | | underlays will be skipped in this case.
* fix installJoey Hess2009-07-21
|
* make `make underlays` work in a clean tree that has not been builtJoey Hess2009-07-21
|
* install underlay/ po filesJoey Hess2009-07-21
|
* fixes for Danish integrationJoey Hess2009-07-20
|
* build translated underlays for use with non-English wikisJoey Hess2009-07-20
|
* po/Makefile: update po files when the pot file has changed. Closes: #497951Joey Hess2008-09-05
|
* specify input encoding for xgettextJoey Hess2008-08-27
| | | | Pawel's utf-8 name needs this.
* i10n auto.setupJoey Hess2008-08-21
|
* defer po and pot file updating until package build timeJoey Hess2008-03-21
| | | | | This allows make to be run without polluting the tree with lots of po file changes.
* * Smarter detection of no-op changes to po files.joey2007-02-20
|
* * Detect old versions of xgettext and avoid using them.joey2007-02-20
|
* * Include the pot file in the source tarball. Closes: #405890joey2007-01-10
|
* added some comments for translatorsjoey2007-01-04
|
* * Added a Spanish translation by Victor Moral.joey2007-01-03
| | | | * A few translation infrastructure fixes.
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
is available for translation. * Export gettext() from IkiWiki module.