* doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for
the page man title. * doc/Makefile.in: Rebuild. * doc/as.texinfo: Do not put man SEEALSO in document; Use @command for commands, @option for options; Reorganize usage to clearly identify target specific options.
This commit is contained in:
parent
db62520a00
commit
a4fb013417
4 changed files with 396 additions and 335 deletions
|
@ -1,3 +1,12 @@
|
|||
2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for
|
||||
the page man title.
|
||||
* doc/Makefile.in: Rebuild.
|
||||
* doc/as.texinfo: Do not put man SEEALSO in document;
|
||||
Use @command for commands, @option for options; Reorganize usage
|
||||
to clearly identify target specific options.
|
||||
|
||||
2001-11-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.c (mips_force_relocation): Remove duplicate code.
|
||||
|
|
|
@ -10,7 +10,8 @@ MANCONF = -Dman
|
|||
|
||||
TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
|
||||
|
||||
POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
|
||||
POD2MAN = pod2man --center="GNU Development Tools" \
|
||||
--release="binutils-$(VERSION)" --section=1
|
||||
|
||||
man_MANS = as.1
|
||||
|
||||
|
|
|
@ -126,7 +126,8 @@ MANCONF = -Dman
|
|||
|
||||
TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
|
||||
|
||||
POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
|
||||
POD2MAN = pod2man --center="GNU Development Tools" \
|
||||
--release="binutils-$(VERSION)" --section=1
|
||||
|
||||
man_MANS = as.1
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue