summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-02-13 18:55:37 +0100
committerNiko Tyni <ntyni@iki.fi>2005-02-13 18:55:37 +0100
commit8a268f47f7987eb3110eee1c114e4dbf2e708c1b (patch)
tree041aa3db86eac0d4323a52d05684aeb54bd4c4f9 /Makefile
parentfb018875344d19e44f0139629bee319b7184bd5c (diff)
downloadsmokeping-8a268f47f7987eb3110eee1c114e4dbf2e708c1b.tar.gz
smokeping-8a268f47f7987eb3110eee1c114e4dbf2e708c1b.tar.xz
Build fixes:
* add (empty) doc/{matchers,probes} directories * Makefile: rule for building smokeping.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 $< > $@