From 8a268f47f7987eb3110eee1c114e4dbf2e708c1b Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 13 Feb 2005 17:55:37 +0000 Subject: Build fixes: * add (empty) doc/{matchers,probes} directories * Makefile: rule for building smokeping.html --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a795c3e..356ebd5 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,8 @@ doc/probes/%.html: doc/probes/%.pod $(POD2HTML) doc/matchers/%.html: lib/matchers/% $(POD2HTML) +doc/smokeping.html: bin/smokeping.dist + $(POD2MAN) doc/%.txt: doc/%.1 $(GROFF) -man -Tascii $< > $@ -- cgit v1.2.3-24-g4f1b