From 731ac2868e30dbccf5771abf79564d8bab1156c2 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 27 Jul 2025 07:28:20 +0200 Subject: rename pyembroidery to pystitch (#3889) ... and remove it as a submodule (use pip to install) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5d4dfbe..4cf939c8 100644 --- a/Makefile +++ b/Makefile @@ -23,14 +23,14 @@ messages.po: inx xgettext inx/*.inx --its=its/inx.its -o messages-inx.po # There seems to be no proper way to set the charset to utf-8 sed -i 's/charset=CHARSET/charset=UTF-8/g' messages-inx.po - bin/pyembroidery-gettext > pyembroidery-format-descriptions.py + bin/pystitch-gettext > pystitch-format-descriptions.py bin/inkstitch-fonts-gettext > inkstitch-fonts-metadata.py bin/inkstitch-tiles-gettext > inkstitch-tiles-metadata.py # After the inx files are finished building, we don't need the src/ folder anymore. # We don't want babel to grab possible translation strings from that folder, so let's remove it rm -rf src/ pybabel extract -o messages-babel.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments -k N_ -k '$$gettext' . - rm pyembroidery-format-descriptions.py inkstitch-fonts-metadata.py inkstitch-tiles-metadata.py + rm pystitch-format-descriptions.py inkstitch-fonts-metadata.py inkstitch-tiles-metadata.py msgcat -o messages.po messages-babel.po messages-inx.po %.po: %.mo @@ -38,7 +38,7 @@ messages.po: inx .PHONY: clean clean: - rm -f messages.po pyembroidery-format-descriptions.py + rm -f messages.po pystitch-format-descriptions.py .PHONY: locales locales: -- cgit v1.3.1