summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 $< > $@