From c03d4f50e92b70f7ddbefa660e1bdc5e4ea0ce53 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 8 Sep 2014 09:38:53 +0100 Subject: [PATCH] Add ucl documentation to the build. --- doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 342b8ae52..bfed9a859 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,7 +12,7 @@ rspamd.8: rspamd.8.md rspamc.1: rspamc.1.md $(PANDOC) -s -f markdown -t man -o rspamc.1 rspamc.1.md -lua-doc: lua_regexp lua_ip lua_config lua_task +lua-doc: lua_regexp lua_ip lua_config lua_task lua_ucl lua_regexp: ../src/lua/lua_regexp.c $(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md @@ -22,3 +22,5 @@ lua_config: ../src/lua/lua_config.c $(LUADOC) < ../src/lua/lua_config.c > markdown/lua/config.md lua_task: ../src/lua/lua_task.c $(LUADOC) < ../src/lua/lua_task.c > markdown/lua/task.md +lua_ucl: ../src/ucl/lua/lua_ucl.c + $(LUADOC) < ../src/ucl/lua/lua_ucl.c > markdown/lua/ucl.md -- 2.39.5