aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-11 12:33:37 +0200
committerLoïc Hoguin <[email protected]>2018-06-11 12:33:37 +0200
commit33962623a7bf36dae0f84f47faf7101631823aba (patch)
tree492ef5e38fe7db1adf4a65e11d9008b82230b3ec /Makefile
parente49f8af96da160b0417d21d5550fedd216acc263 (diff)
downloadgun-33962623a7bf36dae0f84f47faf7101631823aba.tar.gz
gun-33962623a7bf36dae0f84f47faf7101631823aba.tar.bz2
gun-33962623a7bf36dae0f84f47faf7101631823aba.zip
Use asciideck to build the documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e268fa4..7053222 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ LOCAL_DEPS = ssl
DEPS = cowlib
dep_cowlib = git https://github.com/ninenines/cowlib 2.4.0
+DOC_DEPS = asciideck
+
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper
dep_ct_helper = git https://github.com/extend/ct_helper.git master