aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-04 15:19:17 +0200
committerLoïc Hoguin <[email protected]>2019-10-04 15:19:17 +0200
commitbd32d879e151ba6fa1732b4eee6cac064846e9cc (patch)
treed9605b974f102327b6c096f413d0c7b797768353 /Makefile
parent6a4f901c7938a070cf7a80fdb366e17f8a300aff (diff)
downloadcowlib-bd32d879e151ba6fa1732b4eee6cac064846e9cc.tar.gz
cowlib-bd32d879e151ba6fa1732b4eee6cac064846e9cc.tar.bz2
cowlib-bd32d879e151ba6fa1732b4eee6cac064846e9cc.zip
Add manual for cow_cookie
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ca191c0..59da917 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ DIALYZER_OPTS = -Werror_handling -Wunmatched_returns
LOCAL_DEPS = crypto
+DOC_DEPS = asciideck
+
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) horse proper
dep_horse = git https://github.com/ninenines/horse.git master