summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-02 15:17:21 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-02 15:17:21 +0200
commitdd1b733aa5916c0e18ed0454dc06a2dc3a581900 (patch)
treeca0944d77c90ea43391e35a0bdf59cf94dc2c180 /Makefile
parent97ccb2d425facf9d38840873e86984a9b8a26e52 (diff)
downloadwww-dd1b733aa5916c0e18ed0454dc06a2dc3a581900.tar.gz
www-dd1b733aa5916c0e18ed0454dc06a2dc3a581900.tar.bz2
www-dd1b733aa5916c0e18ed0454dc06a2dc3a581900.zip
fix build system and leftovers of broken python tooling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ed41debc..37227af8 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ locale/messages.pot: *.j2
# Update translation (.po) files with new strings.
locale-update: locale/messages.pot
msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
- msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
- msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
- msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
- msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
+ msgmerge -U -m --previous locale/de/LC_MESSAGES/messages.po locale/messages.pot
+ msgmerge -U -m --previous locale/fr/LC_MESSAGES/messages.po locale/messages.pot
+ msgmerge -U -m --previous locale/es/LC_MESSAGES/messages.po locale/messages.pot
+ msgmerge -U -m --previous locale/it/LC_MESSAGES/messages.po locale/messages.pot
if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi