# HG changeset patch # User Oleksandr Gavenko # Date 1473621604 -10800 # Node ID f571a9e4e70c3cd14571cd521cb1287c7be8085e # Parent 3668e902319f3b93c2dc687f2fb31deb2199909f Fix: directory without trailing "/" is not created. diff -r 3668e902319f -r f571a9e4e70c Makefile --- a/Makefile Sun Sep 11 22:15:35 2016 +0300 +++ b/Makefile Sun Sep 11 22:20:04 2016 +0300 @@ -468,7 +468,7 @@ .PHONY: stat stat: $(STAT_HTML_FILE) -$(STAT_HTML_FILE): $(STAT_RST_FILE) $(RST_CSS_FILE) $(RST_TMPL_FILE) | dist/www +$(STAT_HTML_FILE): $(STAT_RST_FILE) $(RST_CSS_FILE) $(RST_TMPL_FILE) | $(dir $(STAT_HTML_FILE)) $(RST2HTML) $(RST2HTML_FLAGS) --stylesheet=$(RST_CSS_FILE) --template=$(RST_TMPL_FILE) $< $@ $(STAT_RST_FILE): $(GADICT_FILES) $(BUILD_SCRIPTS) | $(dir $(STAT_RST_FILE))