renamed a file for clarity. #924.
This commit is contained in:
parent
fe4018dd09
commit
11fa6a1b5b
2
Makefile
2
Makefile
|
@ -332,7 +332,7 @@ ZIPDIRS = Annual_Water_Yield \
|
|||
ZIPTARGETS = $(foreach dirname,$(ZIPDIRS),$(addprefix $(DIST_DATA_DIR)/,$(dirname).zip))
|
||||
|
||||
sampledata: $(ZIPTARGETS)
|
||||
$(PYTHON) scripts/build_sampledata_registry.py $(CURDIR)/$(DIST_DATA_DIR)
|
||||
$(PYTHON) scripts/build_sampledata_filesize_registry.py $(CURDIR)/$(DIST_DATA_DIR)
|
||||
$(DIST_DATA_DIR)/%.zip: $(DIST_DATA_DIR) $(GIT_SAMPLE_DATA_REPO_PATH)
|
||||
cd $(GIT_SAMPLE_DATA_REPO_PATH); $(BASHLIKE_SHELL_COMMAND) "$(ZIP) -r $(addprefix ../../,$@) $(subst $(DIST_DATA_DIR)/,$(DATADIR),$(subst .zip,,$@))"
|
||||
|
||||
|
|
Loading…
Reference in New Issue