taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit e38b12c476cf2ab25a8fd79259c3d9c195403616
parent ddaa3bbd36787faaaa9dcc8c9561365e7e4be035
Author: Florian Dold <florian@dold.me>
Date:   Tue,  4 May 2021 22:36:24 +0200

makefile

Diffstat:
MMakefile | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -44,8 +44,10 @@ locale-update: locale/messages.pot for lang in `echo $(LANGUAGES)`; do \ $(msgmerge) -q -U -m --previous locale/$$lang/LC_MESSAGES/messages.po locale/messages.pot ; \ done - - if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then $(echo) -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi + if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then \ + $(echo) -e "\nERROR: Conflicts encountered in PO files.\n"; \ + exit 1; \ + fi # Compile translation files for use. .PHONY: locale-compile @@ -90,5 +92,6 @@ clean: $(rm) -rf __pycache__ *.pyc *~ \.*~ \#*\# $(rm) -rf rendered/ +.PHONY: submodules/update submodules/update: $(git) submodule update --recursive --remote