From: Guus Sliepen Date: Wed, 14 Aug 2013 14:20:32 +0000 (+0200) Subject: Remove texi2html rule in docs/Makefile. X-Git-Tag: release-1.1pre9~39 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=707914e0e4b45183b1f687b44d97731127df3078 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. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 9540b494..3aa7f1c0 100644 --- 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 $? > $@