Make info file compileable and (barely) navigable. More cleanup needed.
authorRoland Pesch <pesch@cygnus>
Thu, 22 Aug 1991 21:25:20 +0000 (21:25 +0000)
committerRoland Pesch <pesch@cygnus>
Thu, 22 Aug 1991 21:25:20 +0000 (21:25 +0000)
bfd/doc/Makefile
bfd/doc/sedscript

index 3cb3f4797217ebaf397458cbe4d86f9393e4237e..7527617f69ca7eeac9c9aa309d06882d1d19920d 100755 (executable)
@@ -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
index e8e225daec9656090f802c053461708a38be217f..cc2022ce68cfaed5e111aa85748e5163e0b98851 100755 (executable)
@@ -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;