From a763fe54581e5ca560f071b8b500b0e8478925d3 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 7 Jan 2012 00:57:16 -0500 Subject: [PATCH] Blog will no longer be built by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d987e08..6903a06 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ output_scripts := $(addprefix $(outdir)/, $(input_scripts)) .PHONY: default clean blog default: $(outdir) $(output_html) $(output_images) \ - $(output_scripts) $(outdir)/style.css blog + $(output_scripts) $(outdir)/style.css $(outdir): mkdir -p $@ $@/images $@/scripts/ex