diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2001-11-09 20:30:40 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2001-11-09 20:30:40 +0000 |
commit | ff5dcc92151525e398e67853f8232c2eed6f4223 (patch) | |
tree | bde1215d16e0d358b32b0f5ea1af10c93f8ca002 /ld/Makefile.in | |
parent | a4fb013417117d4a3ae164bd1c87ab2881019c9f (diff) | |
download | gdb-ff5dcc92151525e398e67853f8232c2eed6f4223.zip gdb-ff5dcc92151525e398e67853f8232c2eed6f4223.tar.gz gdb-ff5dcc92151525e398e67853f8232c2eed6f4223.tar.bz2 |
* ld.texinfo: Use @command for commands, @option for options.
* Makefile.am (POD2MAN): Use 'GNU Development Tools' for
the page man title.
* Makefile.in: Rebuild.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index f1187d8..4514366 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -150,7 +150,8 @@ MANCONF = -Dman TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl -POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 +POD2MAN = pod2man --center="GNU Development Tools" \ + --release="binutils-$(VERSION)" --section=1 #stuff for self hosting (can be overridden in config file). HOSTING_CRT0 = @HOSTING_CRT0@ |