Blame SOURCES/flite-1.3-doc_texinfo.patch

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