Fix rule that creates html version of manpages.
This commit is contained in:
parent
dd03a00396
commit
9d469a1969
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,10 @@ sample-config.tar.gz: sample-config
|
||||||
texi2html: tinc.texi
|
texi2html: tinc.texi
|
||||||
texi2html -split=chapter tinc.texi
|
texi2html -split=chapter tinc.texi
|
||||||
|
|
||||||
%.html: $(man_MANS)
|
tincd.8.html: tincd.8
|
||||||
|
w3mman2html $< > $@
|
||||||
|
|
||||||
|
tinc.conf.5.html: tinc.conf.5
|
||||||
w3mman2html $< > $@
|
w3mman2html $< > $@
|
||||||
|
|
||||||
substitute = sed \
|
substitute = sed \
|
||||||
|
|
Loading…
Reference in a new issue