summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-12-09 17:38:08 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-12-18 23:02:34 +0200
commit88a2ee4783d15c74f735f26c48b621b5e848d334 (patch)
treed93cdd85a385060861fea9d6b715e8e4594c6442 /Makefile
parentc248dca6eeaa6994fc3ab663f431238266417241 (diff)
downloadaconf-88a2ee4783d15c74f735f26c48b621b5e848d334.tar.bz2
aconf-88a2ee4783d15c74f735f26c48b621b5e848d334.tar.xz
doc: describe functionality used in the dns-zone module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9481ccb..f834736 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2012-2015 Kaarle Ritvanen
+# Copyright (c) 2012-2016 Kaarle Ritvanen
# See LICENSE file for license details
ROOT_DIR := /
@@ -17,8 +17,8 @@ files := $(starter)
all: doc/index.html
-doc/%: aconf/model/config.ld $(shell find aconf/model -name '*.lua')
- ldoc -f markdown -M -p aconf aconf/model
+doc/%: aconf/model/config.ld $(shell find aconf -name '*.lua')
+ ldoc -f markdown -M -p aconf aconf
define _copy =
install -d $$(dir $$@)