From d6ea346a961f7579627bb789f875219ae10c8592 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sat, 29 Mar 2008 19:00:06 +0000 Subject: bah, missed one --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b