aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-26 16:59:34 +0100
committerLoïc Hoguin <[email protected]>2016-11-26 16:59:34 +0100
commit40809cd2b257a8a53bcb5588ecaa88cc5381ff5c (patch)
treeb3692638721a3260c1a30d76ae5b393f3e145fa7
parent6f7b5b098b14630a35a27f30a9e68f3ef2efa417 (diff)
downloadranch-40809cd2b257a8a53bcb5588ecaa88cc5381ff5c.tar.gz
ranch-40809cd2b257a8a53bcb5588ecaa88cc5381ff5c.tar.bz2
ranch-40809cd2b257a8a53bcb5588ecaa88cc5381ff5c.zip
Add asciideck as a docs dep1.3.0
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b58cfe..cdff69b 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ CI_OTP ?= \
LOCAL_DEPS = ssl
+DOC_DEPS = asciideck
+
TEST_DEPS = ct_helper
dep_ct_helper = git https://github.com/ninenines/ct_helper master