Remove texi2html rule in docs/Makefile.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 14 Aug 2013 14:20:32 +0000 (16:20 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 14 Aug 2013 14:20:32 +0000 (16:20 +0200)
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

index 9540b49..3aa7f1c 100644 (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 $? > $@