From a7817fb1d3879d79d1601f8aea0112a699fde892 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 27 Feb 2018 23:14:29 -0500 Subject: fix make messages.po --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c6ee165..43d6d9f1 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ distclean: messages.po: rm -f messages.po - xgettext --no-location --add-comments embroider*.py inkstitch.py + xgettext --no-location --add-comments embroider*.py inkstitch/__init__.py .PHONY: messages.po .PHONY: locales -- cgit v1.2.3