diff options
author | Loïc Hoguin <[email protected]> | 2018-06-11 12:33:37 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-11 12:33:37 +0200 |
commit | 33962623a7bf36dae0f84f47faf7101631823aba (patch) | |
tree | 492ef5e38fe7db1adf4a65e11d9008b82230b3ec /Makefile | |
parent | e49f8af96da160b0417d21d5550fedd216acc263 (diff) | |
download | gun-33962623a7bf36dae0f84f47faf7101631823aba.tar.gz gun-33962623a7bf36dae0f84f47faf7101631823aba.tar.bz2 gun-33962623a7bf36dae0f84f47faf7101631823aba.zip |
Use asciideck to build the documentation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |