projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e50a56
)
Remove texi2html rule in docs/Makefile.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 14 Aug 2013 14:20:32 +0000
(16:20 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 14 Aug 2013 14:20:32 +0000
(16:20 +0200)
According to Debian, texi2html is deprecated and makeinfo --html should be used
instead. Automake already provides a html target that invokes makeinfo.
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index 9540b494214f2cbf5de629f7e1033ebd90a2949a..3aa7f1c03a41022774c45370e3b463d1336266e0 100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-19,9
+19,6
@@
transform = s/ginstall/install/; @program_transform_name@
sample-config.tar.gz: sample-config
GZIP=$(GZIP_ENV) $(AMTAR) chozf sample-config.tar.gz --exclude .svn sample-config
-texi2html: tinc.texi
- texi2html -split=chapter tinc.texi
-
tincd.8.html: tincd.8
w3mman2html $? > $@