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

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