mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
add PHONY
This commit is contained in:
@@ -42,6 +42,7 @@ $(TEMPLATE_FILE):
|
||||
node ./node_modules/easygettext/src/extract-cli.js --attribute v-translate --output $(OUTPUT_DIR)/template.pot $$GETTEXT_SOURCES;
|
||||
|
||||
# Generate translations.json file from .pot template.
|
||||
.PHONY: $(OUTPUT_DIR)/translations.json
|
||||
$(OUTPUT_DIR)/translations.json:
|
||||
rm -rf $(OUTPUT_DIR)/translations.json
|
||||
gettext-compile --output $(OUTPUT_DIR)/translations.json $(LOCALE_FILES);
|
||||
|
||||
Reference in New Issue
Block a user