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?a=commitdiff_plain;h=707914e0e4b45183b1f687b44d97731127df3078;hp=707914e0e4b45183b1f687b44d97731127df3078;p=tinc 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. ---