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