summaryrefslogtreecommitdiff
path: root/flite-1.3-doc_texinfo.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 15:05:59 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 15:05:59 +0000
commitbe39b9ce5c5cdf2391cecd27c128fb5d27fe5278 (patch)
tree6ec7b2f0aef7314bada561e43d843742738c6a10 /flite-1.3-doc_texinfo.patch
parentfc176100ecbe5e85c7b3bff5d7d899e37b78d1fc (diff)
automatic import of fliteopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'flite-1.3-doc_texinfo.patch')
-rw-r--r--flite-1.3-doc_texinfo.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/flite-1.3-doc_texinfo.patch b/flite-1.3-doc_texinfo.patch
new file mode 100644
index 0000000..4ce9a5c
--- /dev/null
+++ b/flite-1.3-doc_texinfo.patch
@@ -0,0 +1,30 @@
+diff -uNr flite-1.3-release/doc/flite.texi flite-1.3-mod/doc/flite.texi
+--- flite-1.3-release/doc/flite.texi 2005-08-14 21:50:02.000000000 +0200
++++ flite-1.3-mod/doc/flite.texi 2006-05-08 12:39:54.000000000 +0200
+@@ -711,14 +711,14 @@
+ cst_voice *register_cmu_us_kal();
+
+ int main(int argc, char **argv)
+-{
++@{
+ cst_voice *v;
+
+ if (argc != 2)
+- {
++ @{
+ fprintf(stderr,"usage: flite_test FILE\n");
+ exit(-1);
+- }
++ @}
+
+ flite_init();
+
+@@ -726,7 +726,7 @@
+
+ flite_file_to_speech(argv[1],v,"play");
+
+-}
++@}
+ @end example
+ Assuming the shell variable FLITEDIR is set to the flite directory
+ the following will compile the system (with appropriate changes for