Skip to content

Commit

Permalink
Merge pull request #90 from Intevation/change_translations_target
Browse files Browse the repository at this point in the history
change translations target
  • Loading branch information
vperron authored Feb 13, 2019
2 parents 1003467 + 49e28cd commit c057d3f
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 @@ -49,6 +49,6 @@ translations: ./$(OUTPUT_DIR)/translations.json
fi; \
done;

$(OUTPUT_DIR)/translations.json: clean /tmp/template.pot
$(OUTPUT_DIR)/translations.json: $(LOCALE_FILES)
mkdir -p $(OUTPUT_DIR)
gettext-compile --output $@ $(LOCALE_FILES)

0 comments on commit c057d3f

Please sign in to comment.