remove blog stylesheets from makefile

This commit is contained in:
Sami Samhuri 2011-12-03 15:07:14 -08:00
parent 37b75c65c1
commit 702bac468d

View file

@ -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