Blame SOURCES/flite-0001-Fixed-texi2html-ambiguity.patch

559698
From: Peter Lemenkov <lemenkov@gmail.com>
559698
Date: Fri, 8 Jan 2016 18:26:03 +0300
559698
Subject: [PATCH] Fixed texi2html ambiguity
559698
559698
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
559698
559698
diff --git a/doc/Makefile b/doc/Makefile
559698
index 12a5720..8fb9a03 100644
559698
--- a/doc/Makefile
559698
+++ b/doc/Makefile
559698
@@ -50,7 +50,8 @@ doc: flite.html flite.pdf
559698
 flite.html: flite.texi
559698
 	@ if [ ! -d html ] ; \
559698
           then mkdir -p html ; fi
559698
-	(cd html; texi2html -number -split_chapter ../flite.texi)
559698
+	(cd html; texi2html -number-sections -split_chapter ../flite.texi)
559698
+	@mv html/flite/*.html html/
559698
 	@ for i in html/*.html ; \
559698
 	  do \
559698
 	    sed 's/<BODY>/<BODY bgcolor="#ffffff">/' $$i >ttt.html; \