Skip to content

Commit

Permalink
Merge pull request #3018 from camptocamp/missing-mako
Browse files Browse the repository at this point in the history
Use the ALL_MAKO_FILES and ALL_JINJA_FILES variables.
  • Loading branch information
sbrunner committed Aug 7, 2017
2 parents 6724cf3 + d9bc9c6 commit 5f7f781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2cgeoportal/scaffolds/update/CONST_Makefile_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ ifeq ($(origin VARS_FILE), undefined)
endif
$(ENVIRONMENT_VARS) $(VENV_BIN)/c2c-template$(PYTHON_BIN_POSTFIX) --vars $(VARS_FILE) --get-cache $@

$(MAKO_FILES:.mako=) $(JINJA_FILES:.jinja=) .build/config.yaml: $(VENV_BIN)/c2c-template$(PYTHON_BIN_POSTFIX) .build/c2ctemplate-cache.yaml
$(ALL_MAKO_FILES:.mako=) $(ALL_JINJA_FILES:.jinja=) .build/config.yaml: $(VENV_BIN)/c2c-template$(PYTHON_BIN_POSTFIX) .build/c2ctemplate-cache.yaml

%: %.mako
$(PRERULE_CMD)
Expand Down

0 comments on commit 5f7f781

Please sign in to comment.