diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-02-13 18:55:37 +0100 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-02-13 18:55:37 +0100 |
commit | 8a268f47f7987eb3110eee1c114e4dbf2e708c1b (patch) | |
tree | 041aa3db86eac0d4323a52d05684aeb54bd4c4f9 /Makefile | |
parent | fb018875344d19e44f0139629bee319b7184bd5c (diff) | |
download | smokeping-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $< > $@ |