shithub: flite

Download patch

ref: 572dac11c5cbc14c2eb72de70e80c230b9b5208a
parent: fdddc374e9b47bdc5c74c3cd6faa7dabb2cc4c87
author: Paul Gevers <elbrus@debian.org>
date: Tue Jan 2 01:39:01 EST 2018

Migrate from texi2html to texi2any

The texi2html utility ceased being developed upstream in 2011, and upstream has
declared it superseded by the texi2any utility from texinfo.

--- a/doc/Makefile
+++ b/doc/Makefile
@@ -50,7 +50,7 @@
 flite.html: flite.texi
 	@ if [ ! -d html ] ; \
           then mkdir -p html ; fi
-	(cd html; texi2html -number -split_chapter ../flite.texi)
+	(cd html; texi2any --set-customization-variable TEXI2HTML=1  --split=chapter ../flite.texi)
 	@ if [ -d html/flite ] ; \
 	  then mv html/flite/*.html html ; \
                rmdir html/flite; fi