diff options
Diffstat (limited to 'binutils-2.25/binutils/doc/Makefile.am')
-rw-r--r-- | binutils-2.25/binutils/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/binutils/doc/Makefile.am b/binutils-2.25/binutils/doc/Makefile.am index e7a38c2..1c9b989 100644 --- a/binutils-2.25/binutils/doc/Makefile.am +++ b/binutils-2.25/binutils/doc/Makefile.am @@ -28,7 +28,7 @@ MANCONF = -Dman TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) POD2MAN = pod2man --center="GNU Development Tools" \ - --release="binutils-$(VERSION)" --section=1 + --release="binutils-$(VERSION)" --section=1 --date=" " # List of man pages generated from binutils.texi man_MANS = \ |