summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-03 15:12:15 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-03 15:12:15 +0000
commit076bf829e72676575a3d44f53722cbfcb6e03fde (patch)
tree7f9389e00fddc64b21b39370b41671fd35b0a967 /Makefile
parentb2c157ec1dafe4d5d5f35545b18161ee707d3767 (diff)
Extra predepend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf10e97..b28db0a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ build:
mkdir -p $(BUILD_DIR)
predepend:
- sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson"
+ sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc"
touch predepend
$(BUILD_DIR)/exmachina: build