summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-02-15 12:35:12 +0100
committerNiko Tyni <ntyni@iki.fi>2005-02-15 12:35:12 +0100
commitfeee384f64b9d1e747b5e966bf6298c354ea8ae8 (patch)
tree0c332dc10a86d6460f88dfcb9369a2e55c9c3e2e /Makefile
parent4051f04d0275f51929aa4a08b34dbf3c70788e8c (diff)
downloadsmokeping-feee384f64b9d1e747b5e966bf6298c354ea8ae8.tar.gz
smokeping-feee384f64b9d1e747b5e966bf6298c354ea8ae8.tar.xz
Docs: more L<> links.
Makefile: really filter out smokeping_config.pod.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67b067a..a0cceb8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ GROFF = groff
.SUFFIXES:
.SUFFIXES: .pm .pod .txt .html .man .1 .3 .5 .7
-DOCS = $(filter-out smokeping_config,$(wildcard doc/*.pod)) doc/smokeping_examples.pod # section 7
+DOCS = $(filter-out doc/smokeping_config.pod,$(wildcard doc/*.pod)) doc/smokeping_examples.pod # section 7
DOCSCONFIG := doc/smokeping_config.pod # section 5
PM := lib/ISG/ParseConfig.pm lib/Smokeping.pm lib/Smokeping/Examples.pm
PODPROBE := $(wildcard lib/Smokeping/probes/*.pm)