From feee384f64b9d1e747b5e966bf6298c354ea8ae8 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Tue, 15 Feb 2005 11:35:12 +0000 Subject: Docs: more L<> links. Makefile: really filter out smokeping_config.pod. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-24-g4f1b