diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-27 19:25:37 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-27 19:25:37 -0400 |
commit | 0cc1755f3d920b415fa473a7f07466b4d134e98c (patch) | |
tree | d423555413533509d6c32ffdb4d29f85d0644145 /Makefile | |
parent | 75d4d72a1f5352d1c3520fbaf96911309fc7f96a (diff) |
tidy atom stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |