From 9d469a19691f9749b5d729a1ae903d7aa224a6e8 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 16 Dec 2006 16:26:08 +0000 Subject: [PATCH] Fix rule that creates html version of manpages. --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 79852516..7c49d844 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,7 +22,10 @@ sample-config.tar.gz: sample-config texi2html: tinc.texi texi2html -split=chapter tinc.texi -%.html: $(man_MANS) +tincd.8.html: tincd.8 + w3mman2html $< > $@ + +tinc.conf.5.html: tinc.conf.5 w3mman2html $< > $@ substitute = sed \ -- 2.20.1