diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-09-15 13:13:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-15 13:13:44 -0400 |
| commit | 5953d54c14d9c5a46e0405c55393ff7aae71b414 (patch) | |
| tree | 764db2d8bcde270241af11db5be58912dbfa33d0 /Makefile | |
| parent | bd1083f01d687ca6a7f8784233b9f42bba4eda27 (diff) | |
| parent | baee286190312e315b389fa5659e70fc630617a1 (diff) | |
Merge pull request #314 from inkstitch/lexelby/messages.po
auto-generate messages.po in cron job
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,10 @@ messages.po: pybabel extract -o messages.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments -k N_ . rm pyembroidery-format-descriptions.py +.PHONY: clean +clean: + rm -f messages.po pyembroidery-format-descriptions.py + .PHONY: locales locales: # message files will look like this: |
