diff options
Diffstat (limited to 'binutils-2.25/gas/doc/Makefile.in')
-rw-r--r-- | binutils-2.25/gas/doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.25/gas/doc/Makefile.in b/binutils-2.25/gas/doc/Makefile.in index 2db5121..267b428 100644 --- a/binutils-2.25/gas/doc/Makefile.in +++ b/binutils-2.25/gas/doc/Makefile.in @@ -16,7 +16,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -276,7 +276,7 @@ CONFIG = all 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 info_TEXINFOS = as.texinfo |