From: Roland Pesch Date: Thu, 22 Aug 1991 21:25:20 +0000 (+0000) Subject: Make info file compileable and (barely) navigable. More cleanup needed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa69ff846c6c4ec6fb77e148fa1bc1eb4a907799;p=binutils-gdb.git Make info file compileable and (barely) navigable. More cleanup needed. --- diff --git a/bfd/doc/Makefile b/bfd/doc/Makefile index 3cb3f479721..7527617f69c 100755 --- a/bfd/doc/Makefile +++ b/bfd/doc/Makefile @@ -29,7 +29,7 @@ PROTOS = opncls.p archures.p libbfd.p \ IPROTOS = cache.ip libbfd.ip reloc.ip -docs: $(DOCFILES) +docs: protos bfd.info bfd.dvi bfd.ps protos: $(PROTOS) $(IPROTOS) sed -f intobfd bfd-in.h > bfd.h diff --git a/bfd/doc/sedscript b/bfd/doc/sedscript index e8e225daec9..cc2022ce68c 100755 --- a/bfd/doc/sedscript +++ b/bfd/doc/sedscript @@ -58,9 +58,9 @@ s/\*}/\*\// # *+ and *- delimit large examples to be enclosed in cartouches. /^\*\+$/c\ @lisp\ -@cartouche +@c @cartouche /^\*-$/c\ -@end cartouche\ +@c @end cartouche\ @end lisp\ # '*;' introduces an example which may have a single line or multiple lines;