summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-07 16:41:38 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-07 16:43:44 -0500
commitce34a5eaa86c8f66d8bda1f212e949e660c00f52 (patch)
treeadb08c2b46971d5a4a71ab9b6269ae386ca0365e /Makefile
parentc976b1a00c6cb6c8fcbf7832f1487febf45a89ea (diff)
bit of Makefile reorganization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e16050f..aa4df0f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
-#SHELL := /bin/bash
MAKE=make
-BUILDDIR = vendor
CSS=$(wildcard *.css)
CSS=$(subst .tiny,,$(shell find themes -type f -name '*.css'))
@@ -8,12 +6,9 @@ COMPRESSED_CSS := $(patsubst %.css,%.tiny.css,$(CSS))
PWD=`pwd`
## Catch-all tagets
-default: predepend config dirs template css docs dbs $(BUILDDIR)/exmachina #$(BUILDDIR)/bjsonrpc
+default: predepend config dirs template css docs dbs
all: default
-build:
- @mkdir -p $(BUILDDIR)
-
predepend:
sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah python-cherrypy3"
git submodule init
@@ -56,6 +51,7 @@ data/users.sqlite3: data/users.sqlite3.distrib
dirs:
@mkdir -p data/cherrypy_sessions
+ @mkdir -p vendor
config: Makefile
@test -f plinth.config || cp plinth.sample.config plinth.config