summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-04 22:36:24 +0200
committerFlorian Dold <florian@dold.me>2021-05-04 22:36:24 +0200
commite38b12c476cf2ab25a8fd79259c3d9c195403616 (patch)
treef9f2266d43240394bfe14dc7a9c3c3752d0f0924 /Makefile
parentddaa3bbd36787faaaa9dcc8c9561365e7e4be035 (diff)
downloadwww-e38b12c476cf2ab25a8fd79259c3d9c195403616.tar.gz
www-e38b12c476cf2ab25a8fd79259c3d9c195403616.tar.bz2
www-e38b12c476cf2ab25a8fd79259c3d9c195403616.zip
makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 333afe1a..5b00c06b 100644
--- 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