From cf135073499856abb009fb9e6f297344745adf41 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 28 May 2020 23:21:23 +0200 Subject: [i18n] Add a `make pot` command to Makefile (#3006) By analogy with . --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d5bd9ca7d..99046df9a 100644 --- a/Makefile +++ b/Makefile @@ -150,6 +150,10 @@ endif rtl: ## Generate RTL CSS files rtlcss -d p/themes && find . -type f -name '*.rtl.rtl.css' -delete +.PHONY: pot +pot: ## Generate POT templates for docs + cd docs && ../cli/translation-update.sh + ########## ## HELP ## ########## -- cgit v1.2.3