summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-07 14:25:08 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-07 14:25:08 -0500
commitc976b1a00c6cb6c8fcbf7832f1487febf45a89ea (patch)
treecdd2de0dbcdb1142a8fc5183eb424b43f05c1316 /Makefile
parentc1ee3f73d352081ef0761f0091ec57d5a4bee674 (diff)
adjust makefile to use submodules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 412aeef..e16050f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,17 +16,10 @@ build:
predepend:
sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah python-cherrypy3"
+ git submodule init
+ git submodule update
touch predepend
-$(BUILDDIR)/exmachina: build
- @test -d $@ || git clone git://github.com/tomgalloway/exmachina $@
-
-$(BUILDDIR)/bjsonrpc: build
- @test -d $@ || git clone git://github.com/deavid/bjsonrpc.git $@
-
-$(BUILDDIR)/withsqlite: build
- @test -d $@ || git clone git://github.com/jvasile/withsqlite.git $@
-
install: default
mkdir -p $(DESTDIR)/etc/init.d $(DESTDIR)/etc/plinth
cp plinth.sample.fhs.config $(DESTDIR)/etc/plinth/plinth.config