diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 23:02:19 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 23:02:19 -0500 |
commit | 5e257d407b4abf2be61c656dfb1d383396df35b1 (patch) | |
tree | 7d8914d78aeb741c7d0ae787eb4acbcce93f5f38 /Makefile | |
parent | ba05c5fb2ccf4b5e90c97adc17e784a77248d9f1 (diff) |
ChangeLog
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ out/%.css: src/%.scss out/%.css: out/%.scss scss --stdin < $< > $@ -index.all = $(html.src) $(shell find src -type f -name index.yaml) +index.all = $(filter-out %/ChangeLog.md %/index.md,$(html.src) $(shell find src -type f -name index.yaml)) index.filter = $(filter-out %/index.yaml,$(filter $(@D)/% $(patsubst out%,src%,$(@D))/%,$1)) index.cmd = bin/index $(patsubst .%,%,$(suffix $@)) $(@D) $(call index.filter,$^) | bin/write-atomic $@ index.dep = $(bin/index) bin/index.$1.erb .var.index.all $(index.all) bin/write-atomic Makefile |