summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2019-07-04 10:51:22 -0400
committerGitHub <noreply@github.com>2019-07-04 10:51:22 -0400
commit32548e8e51d13d511813ba4e2a4571bd73e440e5 (patch)
treea5c1d8e8932048f6f4c02d55e144023fa82b2e8f /Makefile
parent4db305a36dd87dc9fc21034571eaebb078054bd3 (diff)
parentc51ae9ccb7052e4015b4a3dd3e2817d8625e3ab0 (diff)
lettering features (#399)
lettering features
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3cae9299..859d9873 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ inx: locales
messages.po:
rm -f messages.po
bin/pyembroidery-gettext > pyembroidery-format-descriptions.py
+ bin/inkstitch-fonts-gettext > inkstitch-fonts-metadata.py
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