mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
put version number into doc from makefile
This commit is contained in:
parent
79e15b8a98
commit
9bae56c52d
@ -1,3 +1,11 @@
|
||||
Thu Aug 10 17:35:00 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||
|
||||
* Makefile.in (config.texi): New target. Write out a setting for
|
||||
texinfo variable VERSION.
|
||||
(binutils.dvi, binutils.info): Depend on it.
|
||||
* binutils.texi: Include it, and reference @value{VERSION} instead
|
||||
of explicitly specifying 2.2(!).
|
||||
|
||||
Thu Aug 10 16:07:53 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* coffgrok.c (do_type): Handle array dimensions the same way gdb
|
||||
|
@ -1,5 +1,6 @@
|
||||
\input texinfo @c -*- Texinfo -*-
|
||||
@setfilename binutils.info
|
||||
@include config.texi
|
||||
|
||||
@ifinfo
|
||||
@format
|
||||
@ -51,7 +52,7 @@ into another language, under the above conditions for modified versions.
|
||||
@titlepage
|
||||
@finalout
|
||||
@title The GNU Binary Utilities
|
||||
@subtitle Version 2.2
|
||||
@subtitle Version @value{VERSION}
|
||||
@sp 1
|
||||
@subtitle May 1993
|
||||
@author Roland H. Pesch
|
||||
@ -85,7 +86,7 @@ into another language, under the above conditions for modified versions.
|
||||
|
||||
@cindex version
|
||||
This brief manual contains preliminary documentation for the GNU binary
|
||||
utilities (collectively version 2.2):
|
||||
utilities (collectively version @value{VERSION}):
|
||||
|
||||
@iftex
|
||||
@table @code
|
||||
|
Loading…
Reference in New Issue
Block a user