diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-01 15:54:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-01 15:54:41 +0000 |
commit | c7c55b785dc640ef7666b35ab77153459e491e9b (patch) | |
tree | d81e02e412dd6a15f44b9b64bd8096948ee0817d /binutils/doc/Makefile.am | |
parent | 28bab82b5a7e70d315dc943ae1e10701b0d629da (diff) | |
download | gdb-c7c55b785dc640ef7666b35ab77153459e491e9b.zip gdb-c7c55b785dc640ef7666b35ab77153459e491e9b.tar.gz gdb-c7c55b785dc640ef7666b35ab77153459e491e9b.tar.bz2 |
Use @command{name} for commands. Use @option{-opt} for options.
Use @table @env for list of options. Remove spaces arround [ | ] in synopsis.
Use 'GNU Development Tools' for the center title.
Diffstat (limited to 'binutils/doc/Makefile.am')
-rw-r--r-- | binutils/doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am index 59e8371..b4a0d2a 100644 --- a/binutils/doc/Makefile.am +++ b/binutils/doc/Makefile.am @@ -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 # List of man pages generated from binutils.texi man_MANS = \ |