projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b09cb5
)
Make info file compileable and (barely) navigable. More cleanup needed.
author
Roland Pesch
<pesch@cygnus>
Thu, 22 Aug 1991 21:25:20 +0000
(21:25 +0000)
committer
Roland Pesch
<pesch@cygnus>
Thu, 22 Aug 1991 21:25:20 +0000
(21:25 +0000)
bfd/doc/Makefile
patch
|
blob
|
history
bfd/doc/sedscript
patch
|
blob
|
history
diff --git
a/bfd/doc/Makefile
b/bfd/doc/Makefile
index 3cb3f4797217ebaf397458cbe4d86f9393e4237e..7527617f69ca7eeac9c9aa309d06882d1d19920d 100755
(executable)
--- 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 e8e225daec9656090f802c053461708a38be217f..cc2022ce68cfaed5e111aa85748e5163e0b98851 100755
(executable)
--- 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
@c
artouche
/^\*-$/c\
-@end cartouche\
+@
c @
end cartouche\
@end lisp\
# '*;' introduces an example which may have a single line or multiple lines;