Blame SOURCES/flite-1.3-doc_texinfo.patch

005971
diff -uNr flite-1.3-release/doc/flite.texi flite-1.3-mod/doc/flite.texi
005971
--- flite-1.3-release/doc/flite.texi	2005-08-14 21:50:02.000000000 +0200
005971
+++ flite-1.3-mod/doc/flite.texi	2006-05-08 12:39:54.000000000 +0200
005971
@@ -711,14 +711,14 @@
005971
 cst_voice *register_cmu_us_kal();
005971
 
005971
 int main(int argc, char **argv)
005971
-{
005971
+@{
005971
     cst_voice *v;
005971
 
005971
     if (argc != 2)
005971
-    {
005971
+    @{
005971
         fprintf(stderr,"usage: flite_test FILE\n");
005971
         exit(-1);
005971
-    }
005971
+    @}
005971
 
005971
     flite_init();
005971
 
005971
@@ -726,7 +726,7 @@
005971
 
005971
     flite_file_to_speech(argv[1],v,"play");
005971
 
005971
-}
005971
+@}
005971
 @end example
005971
 Assuming the shell variable FLITEDIR is set to the flite directory
005971
 the following will compile the system (with appropriate changes for