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:
Guus Sliepen 2013-08-14 16:20:32 +02:00
parent 5e50a56dd9
commit 707914e0e4

View file

@ -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 $? > $@