From 702bac468d295cd9e18f3d39d0156413cbc3a2eb Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 3 Dec 2011 15:07:14 -0800 Subject: [PATCH] remove blog stylesheets from makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff38cf2..67dd805 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ JAVASCRIPTS=$(shell echo assets/js/*.js) -STYLESHEETS=$(shell echo assets/css/*.css) $(shell echo _blog/styles/*.css) +STYLESHEETS=$(shell echo assets/css/*.css) POSTS=$(shell echo _blog/published/*.html) $(shell echo _blog/published/*.md) all: proj blog combine