summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2011-05-09 09:51:58 -0400
committerVincent Batts <vbatts@hashbangbash.com>2011-05-09 09:51:58 -0400
commit51f0e5076a9809cee7449291afa0756f4958c2bf (patch)
tree4ab4c371f70960ce180396952e648ac6fd755c2c
parent33da2a8069537732643da035107e64d1feb7db52 (diff)
downloadslackbook-51f0e5076a9809cee7449291afa0756f4958c2bf.tar.xz
duh, use $(shell ) not ``
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4bff12c..86f6bda 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,8 @@ view.html: book.html
xdg-open $<
.dblatex:
- which dblatex 2>/dev/null || echo "ERROR: 'dblatex' REQUIRED, SEE http://github.com/vbatts/SlackBuilds/ FOR THE SlackBuild"
+ $(shell which dblatex 2>/dev/null || echo "ERROR: 'dblatex' REQUIRED, SEE http://github.com/vbatts/SlackBuilds/ FOR THE SlackBuild")
+
.PHONY: clean
clean: