From: Vsevolod Stakhov Date: Mon, 8 Sep 2014 08:38:53 +0000 (+0100) Subject: Add ucl documentation to the build. X-Git-Tag: 0.7.0~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c03d4f50e92b70f7ddbefa660e1bdc5e4ea0ce53;p=rspamd.git Add ucl documentation to the build. --- 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