summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 23:02:19 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 23:02:19 -0500
commit5e257d407b4abf2be61c656dfb1d383396df35b1 (patch)
tree7d8914d78aeb741c7d0ae787eb4acbcce93f5f38 /Makefile
parentba05c5fb2ccf4b5e90c97adc17e784a77248d9f1 (diff)
ChangeLog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be186c8..dc232dd 100644
--- a/Makefile
+++ b/Makefile
@@ -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