summaryrefslogtreecommitdiffstats
path: root/app-accessibility/speech-tools/files/speech-tools-2.5-all-remove-shared-refs.patch
blob: 0900a8fce87e09b9993f355e2244095ae2816f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
From 067e73c8563247bc317ba5e632d5a56ccdf0de0c Mon Sep 17 00:00:00 2001
From: William Hubbs <w.d.hubbs@gmail.com>
Date: Fri, 17 Jul 2009 01:14:33 -0500
Subject: [PATCH 8/9] remove shared setup references

---
 scripts/build_docbook_index.prl |    2 --
 scripts/cxx_to_docbook.prl      |    2 --
 scripts/pm.prl                  |    2 --
 scripts/raw_to_xgraph.prl       |    2 --
 scripts/resynth.sh              |    2 --
 scripts/tex_to_images.prl       |    2 --
 6 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/scripts/build_docbook_index.prl b/scripts/build_docbook_index.prl
index f07a234..728324d 100644
--- a/scripts/build_docbook_index.prl
+++ b/scripts/build_docbook_index.prl
@@ -35,8 +35,6 @@ sub useage
 END
 }
 
-#__SHARED_SETUP__
-
 $title='';
 $mode='debug';
 $verbose=0;
diff --git a/scripts/cxx_to_docbook.prl b/scripts/cxx_to_docbook.prl
index 9bde698..a8f61c4 100644
--- a/scripts/cxx_to_docbook.prl
+++ b/scripts/cxx_to_docbook.prl
@@ -37,8 +37,6 @@ sub useage
 END
 }
 
-#__SHARED_SETUP__
-
 $level=0;
 $title=undef;
 $chapter='chapter';
diff --git a/scripts/pm.prl b/scripts/pm.prl
index c2be12a..31bb512 100755
--- a/scripts/pm.prl
+++ b/scripts/pm.prl
@@ -56,8 +56,6 @@ sub useage
 END
 }
 
-#__SHARED_SETUP__
-
 while ($#ARGV>=0)
     {
     if ($ARGV[0] eq "-f")
diff --git a/scripts/raw_to_xgraph.prl b/scripts/raw_to_xgraph.prl
index 8924981..f280ecf 100644
--- a/scripts/raw_to_xgraph.prl
+++ b/scripts/raw_to_xgraph.prl
@@ -56,8 +56,6 @@ Convert raw sample data into something xgraph can plot.
 END
 }
 
-#__SHARED_SETUP__
-
 $stream = STDIN;
 $sample_rate = 1;
 
diff --git a/scripts/resynth.sh b/scripts/resynth.sh
index 0cdc63d..f978fc8 100755
--- a/scripts/resynth.sh
+++ b/scripts/resynth.sh
@@ -63,8 +63,6 @@ EOF
     exit $1
 }
 
-#__SHARED_SETUP__
-
 invert=false
 voiced=''
 pre=0
diff --git a/scripts/tex_to_images.prl b/scripts/tex_to_images.prl
index 08cb604..6799428 100644
--- a/scripts/tex_to_images.prl
+++ b/scripts/tex_to_images.prl
@@ -79,8 +79,6 @@ END
     exit($_[0]);
 }
 
-#__SHARED_SETUP__
-
 $out_pattern="image_NNN.FFF";
 $scale=3;
 $over=2;
-- 
1.6.3.3