diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-02-26 19:49:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-26 19:49:43 -0500 |
| commit | e55b8d79f9ad21077184407f26401c2b6d046931 (patch) | |
| tree | 563b7a7c69f25e0d280e5f3366a2c7b945c0e096 /Makefile | |
| parent | 71ba7ada289fdd57857df435f0f07f29674e8ef8 (diff) | |
don't include line numbers in messages.po (#101)
* don't include line numbers in messages.po
* update messages.po
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,10 +18,11 @@ dist: distclean locales distclean: rm -rf build dist *.spec *.tar.gz -messages.po: embroider*.py inkstitch.py +messages.po: rm -f messages.po - xgettext embroider*.py inkstitch.py + xgettext --no-location --add-comments embroider*.py inkstitch.py +.PHONY: messages.po .PHONY: locales locales: # message files will look like this: |
