aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-11-02 15:40:09 +0100
committerJohn MacFarlane <[email protected]>2025-11-02 15:40:09 +0100
commitc04c5ad16db638b946b7510f5466f1dc96534f2e (patch)
treed39f7d3f8f1c53b4f71be61cb5f4a40acd599bbc /Makefile
parent1edd5cde725bcb2687827cc0eb07fc924e001ff1 (diff)
Makefile: Use python3 in update-translations.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd007cd5b..fff7e0fb1 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,7 @@ update-website: ## update website and upload
.PHONY: update-website
update-translations: ## update data/translations from Babel and Polyglossia
- python tools/update-translations.py
+ python3 tools/update-translations.py
.PHONY: update-translations
validate-docx-golden-tests: ## validate docx golden tests against schema