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

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