From 33962623a7bf36dae0f84f47faf7101631823aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 11 Jun 2018 12:33:37 +0200 Subject: Use asciideck to build the documentation --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3