From f669a8342a9bb227fa6cb80b090cb8bd4e6e48ce Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Oct 2013 20:48:04 -0400 Subject: don't generate .raw.html files anymore --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4255c4d..3579287 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,8 @@ articles = $(patsubst %.md,%,$(wildcard public/*.md)) .SECONDARY: -all: public/index.html $(addsuffix .html,$(articles)) $(addsuffix .raw.html,$(articles)) +all: public/index.html $(addsuffix .html,$(articles)) -public/%.raw.html: public/%.md Makefile - rdiscount $< > $@ public/%.html: public/%.md pagerender.rb template.erb Makefile ./pagerender.rb $< > $@ public/index.html: $(addsuffix .md,$(articles)) index.rb template.erb Makefile -- cgit v1.2.3