File: texinfo_5.1.patch

package info (click to toggle)
tamuanova 0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 996 kB
  • sloc: sh: 7,281; ansic: 703; makefile: 28
file content (101 lines) | stat: -rw-r--r-- 3,692 bytes parent folder | download | duplicates (4)
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
96
97
98
99
100
101
Description: Fix FTBFS with texinfo > 5
Author: Scott Howard <showard@debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712330
Index: tamuanova/tamu_anova.texi
===================================================================
--- tamuanova.orig/tamu_anova.texi	2013-07-13 17:44:59.534677943 -0400
+++ tamuanova/tamu_anova.texi	2013-07-13 17:44:59.526677943 -0400
@@ -177,15 +177,15 @@
 @section Structures
 @b{One way table}
 
-@deftypefn {struct tamu_anova_table}
+@deftypevar struct tamu_anova_table
 @code{struct tamu_anova_table@{
   long   df_tr, df_err, df_tot;
   double SSTr, SSE, SST, MSTr, MSE, F, p;@};
 }
-@end deftypefn
+@end deftypevar
 @*
 @b{Two way table}
-@deftypefn {struct tamu_anova_table_twoway} 
+@deftypevar struct tamu_anova_table_twoway
 @code{struct tamu_anova_table_twoway @{
   long   
   dfA, dfB, dfAB, dfT, dfE;
@@ -197,7 +197,7 @@
 	SST;
 @};
 }
-@end deftypefn
+@end deftypevar
 
 @node Function Definitions, Examples, Structures, Functions
 @section Function Definitions
Index: tamuanova/fdl.texi
===================================================================
--- tamuanova.orig/fdl.texi	2013-07-13 17:44:59.534677943 -0400
+++ tamuanova/fdl.texi	2013-07-13 17:44:59.530677943 -0400
@@ -1,9 +1,12 @@
-@cindex FDL, GNU Free Documentation License
+@c The GNU Free Documentation License.
 @center Version 1.2, November 2002
 
+@c This file is intended to be included within another document,
+@c hence no sectioning command or @node.
+
 @display
 Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
+51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -403,7 +406,8 @@
 as a draft) by the Free Software Foundation.
 @end enumerate
 
-@unnumberedsubsec ADDENDUM: How to use this License for your documents
+@page
+@heading ADDENDUM: How to use this License for your documents
 
 To use this License in a document you have written, include a copy of
 the License in the document and put the following copyright and
@@ -411,25 +415,24 @@
 
 @smallexample
 @group
-  Copyright (C) @var{year} @var{your name}.  
-  Permission is granted to copy, distribute and/or modify
-  this document under the terms of the GNU Free
-  Documentation License, Version 1.2 or any later version
-  published by the Free Software Foundation; with no
-  Invariant Sections, no Front-Cover Texts, and no
-  Back-Cover Texts.  A copy of the license is included in
-  the section entitled ``GNU Free Documentation License''.
+  Copyright (C)  @var{year}  @var{your name}.
+  Permission is granted to copy, distribute and/or modify this document
+  under the terms of the GNU Free Documentation License, Version 1.2
+  or any later version published by the Free Software Foundation;
+  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
+  Texts.  A copy of the license is included in the section entitled ``GNU
+  Free Documentation License''.
 @end group
 @end smallexample
 
 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
-replace the ``with...Texts.'' line with this:
+replace the ``with@dots{}Texts.'' line with this:
 
 @smallexample
 @group
-  with the Invariant Sections being @var{list their
-  titles}, with the Front-Cover Texts being @var{list}, and
-  with the Back-Cover Texts being @var{list}.
+    with the Invariant Sections being @var{list their titles}, with
+    the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
+    being @var{list}.
 @end group
 @end smallexample