summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2008-03-29 20:00:06 +0100
committerNiko Tyni <ntyni@iki.fi>2008-03-29 20:00:06 +0100
commitd6ea346a961f7579627bb789f875219ae10c8592 (patch)
tree52328edfe48c55de96d91ebcae0c617836e8e327 /Makefile
parentd3f95bc4662de8aed1fe8a22cfc6bdddbd31be71 (diff)
downloadsmokeping-d6ea346a961f7579627bb789f875219ae10c8592.tar.gz
smokeping-d6ea346a961f7579627bb789f875219ae10c8592.tar.xz
bah, missed one
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbca0d8..40be5d8 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ killdoc:
doc: killdoc ref examples man html txt rename-man
docdirs:
- for d in doc/Smokeping doc/examples doc/Smokeping/probes \
+ for d in doc/Config doc/examples doc/Smokeping/probes \
doc/Smokeping/sorters doc/Smokeping/matchers; do \
[ -d $$d ] || mkdir -p $$d; \
done