public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Fix broken ld.texinfo
@ 2001-12-19  2:06 Andreas Jaeger
  0 siblings, 0 replies; only message in thread
From: Andreas Jaeger @ 2001-12-19  2:06 UTC (permalink / raw)
  To: binutils


I just got:
ln -s /cvs/binutils-ln/ld/gen-doc.texi ./configdoc.texi >/dev/null 2>&1 \
  || ln /cvs/binutils-ln/ld/gen-doc.texi ./configdoc.texi >/dev/null 2>&1 \
  || cp /cvs/binutils-ln/ld/gen-doc.texi ./configdoc.texi
rm -f ldver.texi
echo '@set VERSION 2.11.93' > ldver.texi
makeinfo  -I /cvs/binutils-ln/ld -I /cvs/binutils-ln/ld/../bfd/doc /cvs/binutils-ln/ld/ld.texinfo
/cvs/binutils-ln/ld/ld.texinfo:3693: No matching `@end smallexample'.
makeinfo: Removing output file `/builds/sourceware-src/build-binutils-ln/ld/ld.info' due to errors; use --force to preserve.

Fixed by the appended patch, installed as obvious,
Andreas

2001-12-19  Andreas Jaeger  <aj@suse.de>

	* ld.texinfo (VERSION): Fix markup.

============================================================
Index: ld/ld.texinfo
--- ld/ld.texinfo	2001/12/18 12:15:35	1.58
+++ ld/ld.texinfo	2001/12/19 09:19:06
@@ -3692,7 +3692,7 @@ won't.
 
 @smallexample
 @{ global: foo; bar; local: *; @}
-#end smallexample
+@end smallexample
 
 When you link an application against a shared library that has versioned
 symbols, the application itself knows which version of each symbol it

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-19  9:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19  2:06 Fix broken ld.texinfo Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).