summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:25:37 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:25:37 -0400
commit0cc1755f3d920b415fa473a7f07466b4d134e98c (patch)
treed423555413533509d6c32ffdb4d29f85d0644145 /Makefile
parent75d4d72a1f5352d1c3520fbaf96911309fc7f96a (diff)
tidy atom stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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