Remove texi2html rule in docs/Makefile.
According to Debian, texi2html is deprecated and makeinfo --html should be used instead. Automake already provides a html target that invokes makeinfo.
This commit is contained in:
parent
5e50a56dd9
commit
707914e0e4
1 changed files with 0 additions and 3 deletions
|
@ -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 $? > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue