From ee48d024d14ac7be40717edc9163349e9e2a822f Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 18 Aug 2021 13:56:36 +0200 Subject: [PATCH] Fix message extraction in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1723a9b..b6ff91f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ messages.pot: pelican_theme_teckids/templates/*.html babel.cfg - pybabel extract --mapping babel.cfg --output messages.pot + pybabel extract --mapping babel.cfg --output messages.pot ./ pelican_theme_teckids/translations/en/LC_MESSAGES/messages.po: messages.pot pybabel update --input-file messages.pot --output-dir pelican_theme_teckids/translations/ --locale en --domain messages -- GitLab