From 707914e0e4b45183b1f687b44d97731127df3078 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 14 Aug 2013 16:20:32 +0200 Subject: [PATCH] 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. --- doc/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 9540b49..3aa7f1c 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 $? > $@ -- 2.25.1