diff options
author | Roland Pesch <pesch@cygnus> | 1991-08-22 00:13:22 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-08-22 00:13:22 +0000 |
commit | a7f538ebd1c93a63a466170d6cccf8fdc48b50d1 (patch) | |
tree | 7482a935527930cb202e2c7808080829305d7c16 /bfd/scanit | |
parent | ab6db9b498f8beb963156344f28babff6cfcd534 (diff) | |
download | gdb-a7f538ebd1c93a63a466170d6cccf8fdc48b50d1.zip gdb-a7f538ebd1c93a63a466170d6cccf8fdc48b50d1.tar.gz gdb-a7f538ebd1c93a63a466170d6cccf8fdc48b50d1.tar.bz2 |
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
Diffstat (limited to 'bfd/scanit')
-rwxr-xr-x | bfd/scanit | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |