summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-19 14:59:53 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-19 15:02:19 +0200
commitcbb27e8bc159fc7abc4bc23e58cdb704f1759b27 (patch)
tree8a0db0319af6914ee2eab61061b73cc3e6515e8a /Makefile
parentb4a81359f189f21cfc37cfdcba8091d3f66461ca (diff)
downloadalpine-mksite-cbb27e8bc159fc7abc4bc23e58cdb704f1759b27.tar.bz2
alpine-mksite-cbb27e8bc159fc7abc4bc23e58cdb704f1759b27.tar.xz
rename _layout.template.html to _default.template.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f3a172..09ffb9e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: $(pages) $(static_out)
$(out)/index.html: release.yaml last5.yaml
-$(out)/%.html: %.md _layout.template.html
+$(out)/%.html: %.md _default.template.html
mkdir -p $(dir $@)
lua _scripts/generate_page.lua $< $(filter %.yaml,$^) > $@.tmp
mv $@.tmp $@