From: Roland Pesch Date: Thu, 22 Aug 1991 00:13:22 +0000 (+0000) Subject: Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a7f538ebd1c93a63a466170d6cccf8fdc48b50d1;p=deliverable%2Fbinutils-gdb.git Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com) * Makefile.in: use targets "bfd.dvi" and "bfd.ps" instead of texdoc and psdoc; make these depend on generated .texi's * scanit, (new) unPROTO: turn PROTO macros into ANSI declarations in doc * bfd.c, reloc.c, syms.c: minor spelling/wording fixes in doc portions --- diff --git a/bfd/scanit b/bfd/scanit index 31c8232c80..27eee02082 100755 --- a/bfd/scanit +++ b/bfd/scanit @@ -18,6 +18,7 @@ base=`echo $1 | cut -d '.' -f 1` awk -f awkscan $1 | \ sed -f sedscript | \ +sed -f unPROTO | \ sed -f exmerge | \ sed -f exfilter >$base.texi