projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd03a00
)
Fix rule that creates html version of manpages.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 16 Dec 2006 16:26:08 +0000
(16:26 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 16 Dec 2006 16:26:08 +0000
(16:26 +0000)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
7985251
..
7c49d84
100644
(file)
--- 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 \