aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2001-11-09 20:30:40 +0000
committerStephane Carrez <stcarrez@nerim.fr>2001-11-09 20:30:40 +0000
commitff5dcc92151525e398e67853f8232c2eed6f4223 (patch)
treebde1215d16e0d358b32b0f5ea1af10c93f8ca002 /ld/Makefile.am
parenta4fb013417117d4a3ae164bd1c87ab2881019c9f (diff)
downloadgdb-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.am')
-rw-r--r--ld/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index ce82eaa..b1e2ce3 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -46,7 +46,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@