summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 $$@)