Removed changes to get withsqlite from github as it's a different version?

This commit is contained in:
Tom Galloway 2013-01-16 15:05:04 +00:00
parent 646b5518bb
commit a312b6d288

View File

@ -1,7 +1,6 @@
#SHELL := /bin/bash
MAKE=make
BUILD_DIR = build
VENDOR_DIR = vendor
#TODO: add install target
@ -11,15 +10,12 @@ COMPRESSED_CSS := $(patsubst %.css,%.tiny.css,$(CSS))
PWD=`pwd`
## Catch-all tagets
default: predepend cfg cherrypy.config dirs template css docs dbs $(BUILD_DIR)/exmachina $(VENDOR_DIR)/withsqlite #$(BUILD_DIR)/bjsonrpc
default: predepend cfg cherrypy.config dirs template css docs dbs $(BUILD_DIR)/exmachina #$(BUILD_DIR)/bjsonrpc
all: default
build:
mkdir -p $(BUILD_DIR)
vendor:
mkdir -p $(VENDOR_DIR)
predepend:
sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah"
touch predepend
@ -27,9 +23,6 @@ predepend:
$(BUILD_DIR)/exmachina: build
git clone git://github.com/tomgalloway/exmachina $(BUILD_DIR)/exmachina
$(VENDOR_DIR)/withsqlite: vendor
git clone git://github.com/jvasile/withsqlite.git $(VENDOR_DIR)/withsqlite
$(BUILD_DIR)/bjsonrpc: build
git clone git://github.com/deavid/bjsonrpc.git $(BUILD_DIR)/bjsonrpc