diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ dist: distclean locales cp inx/*.inx dist cp -a images/examples dist/inkstitch cp -a palettes dist/inkstitch + cp -a symbols dist/inkstitch mkdir -p dist/inkstitch/bin/locales cp -a locales/* dist/inkstitch/bin/locales cp -a print dist/inkstitch/bin/ @@ -24,7 +25,7 @@ distclean: messages.po: rm -f messages.po - pybabel extract -o messages.po -F babel.conf --no-location --add-comments l10n --add-comments L10n --add-comments L10N -s . + pybabel extract -o messages.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments . .PHONY: messages.po .PHONY: locales |
