aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc9e92beb..e8742a0f1 100644
--- a/Makefile
+++ b/Makefile
@@ -234,6 +234,10 @@ update-website: ## update website and upload
make -C $(WEBSITE) upload
.PHONY: update-website
+update-translations: ## update data/translations from Babel and Polyglossia
+ python tools/update-translations.py
+.PHONY: update-translations
+
validate-docx-golden-tests: ## validate docx golden tests against schema
which xmllint || ("xmllint is required" && exit 1)
test -d ./docx-validator || \