diff options
Diffstat (limited to 'binutils-2.25/gas/doc/Makefile.am')
-rw-r--r-- | binutils-2.25/gas/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/gas/doc/Makefile.am b/binutils-2.25/gas/doc/Makefile.am index c2ddc02..1976f88 100644 --- a/binutils-2.25/gas/doc/Makefile.am +++ b/binutils-2.25/gas/doc/Makefile.am @@ -28,7 +28,7 @@ MANCONF = -Dman TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS) POD2MAN = pod2man --center="GNU Development Tools" \ - --release="binutils-$(VERSION)" --section=1 + --release="binutils-$(VERSION)" --section=1 --date=" " man_MANS = as.1 |