blob: 0579a9fb854e3f8d09674fc429d67a1aff87568c (
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
|
Fix building against texinfo >= 5.0
http://bugs.gentoo.org/514772
http://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#g_t_0040copyright
--- doc/conduits.texi
+++ doc/conduits.texi
@@ -33,7 +33,7 @@
@page
@vskip 0pt plus 1filll
-Copyright @copyright 2000 Andrew Arensburger.
+Copyright @copyright{} 2000 Andrew Arensburger.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
--- doc/libpalm.texi
+++ doc/libpalm.texi
@@ -57,7 +57,7 @@
@page
@vskip 0pt plus 1filll
-Copyright @copyright 1999 Andrew Arensburger.
+Copyright @copyright{} 1999 Andrew Arensburger.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
|