From cb75e2194449e79979155e0b0ec3d7b715e04712 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 08 Sep 2013 21:12:50 -0400 Subject: Add patch to fix unknown texinfo command errors. --- diff --git a/patches/02_fix-unknown-texinfo-commands.patch b/patches/02_fix-unknown-texinfo-commands.patch new file mode 100644 index 0000000..b195219 --- /dev/null +++ b/patches/02_fix-unknown-texinfo-commands.patch @@ -0,0 +1,59 @@ +From: Nick Clifton +Date: Mon, 07 Jan 2013 12:11:12 +0000 +Origin: upstream, https://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/doc/bfd.texinfo.diff?r1=1.18&r2=1.19&cvsroot=src +Subject: bfd.texinfo: Replace @ with @@ when it is part of the text. + +=================================================================== +RCS file: /cvs/src/src/bfd/doc/bfd.texinfo,v +retrieving revision 1.18 +retrieving revision 1.19 +diff -u -r1.18 -r1.19 +--- src/bfd/doc/bfd.texinfo 2010/10/28 11:40:25 1.18 ++++ src/bfd/doc/bfd.texinfo 2013/01/07 12:11:12 1.19 +@@ -1,7 +1,7 @@ + \input texinfo.tex + @setfilename bfd.info + @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1997, 2000, +-@c 2001, 2002, 2003, 2006, 2007, 2008, 2009 ++@c 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2013 + @c Free Software Foundation, Inc. + @c + @synindex fn cp +@@ -16,7 +16,8 @@ + @copying + This file documents the BFD library. + +-Copyright @copyright{} 1991, 2000, 2001, 2003, 2006, 2007, 2008 Free Software Foundation, Inc. ++Copyright @copyright{} 1991, 2000, 2001, 2003, 2006, 2007, 2008, 2013 ++Free Software Foundation, Inc. + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 or +@@ -64,7 +65,8 @@ + @end tex + + @vskip 0pt plus 1filll +-Copyright @copyright{} 1991, 2001, 2003, 2006, 2008 Free Software Foundation, Inc. ++Copyright @copyright{} 1991, 2001, 2003, 2006, 2008, 2013 ++Free Software Foundation, Inc. + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 +@@ -322,7 +324,7 @@ + @printindex cp + + @tex +-% I think something like @colophon should be in texinfo. In the ++% I think something like @@colophon should be in texinfo. In the + % meantime: + \long\def\colophon{\hbox to0pt{}\vfill + \centerline{The body of this manual is set in} +@@ -333,7 +335,7 @@ + \centerline{{\sl\fontname\tensl\/}} + \centerline{are used for emphasis.}\vfill} + \page\colophon +-% Blame: doc@cygnus.com, 28mar91. ++% Blame: doc@@cygnus.com, 28mar91. + @end tex + + @bye -- cgit v0.9.1