From 0cc1755f3d920b415fa473a7f07466b4d134e98c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Aug 2016 19:25:37 -0400 Subject: tidy atom stuff --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94f7ae8..0275851 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ all: public/index.html public/index.atom $(addsuffix .html,$(articles)) public/%.html: public/%.md page page.html.erb util.rb Makefile write-atomic ./page html $< | ./write-atomic $@ -public/%.atom: public/%.md page page.atom.erb util.rb Makefile write-atomic - ./page atom $< | ./write-atomic $@ public/index.md : index index.md.erb .var.articles $(addsuffix .md,$(articles)) util.rb Makefile write-atomic ./index md $(filter %.md,$^) | ./write-atomic $@ public/index.atom: index index.atom.erb .var.articles $(addsuffix .md,$(articles)) util.rb Makefile write-atomic -- cgit v1.2.3