shithub: flite

Download patch

ref: e4ff39a77cfa1c09e5a5486005f0b9ea5a50250e
parent: 4e2ee15fa101e23939f78f246754de558034fa40
parent: 572dac11c5cbc14c2eb72de70e80c230b9b5208a
author: CMU Festvox Project <31623582+festvox@users.noreply.github.com>
date: Sun Mar 4 03:31:09 EST 2018

Merge pull request #4 from paulgevers/texi2any

Migrate from texi2html to texi2any

--- 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