Skip to content

Commit

Permalink
Fix Makefile when no translations are available
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 8, 2017
1 parent 1808275 commit 6b3ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ transifex_pull:
tx pull -a;
@echo "Transifex translations pulled"

compile_messages: init i18n/*/*.po
compile_messages: init $(wildcard i18n/*/*.po)
@set -e; for lang in $(TRANSLATIONS_I18N) ;\
do \
echo "Compiling messages for $$lang..."; \
Expand Down

0 comments on commit 6b3ea8b

Please sign in to comment.