Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).

gcc/
	* Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).

libjava/classpath/
	* doc/Makefile.am (POD2MAN): Provide --date from ChangeLog.
	* doc/Makefile.in: Regenerate.

From-SVN: r161066
This commit is contained in:
Jan Kratochvil 2010-06-21 11:16:18 +00:00 committed by Jan Kratochvil
parent 7916a546ed
commit b361b153e8
5 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
* Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
2010-06-21 Kai Tietz <kai.tietz@onevision.com> 2010-06-21 Kai Tietz <kai.tietz@onevision.com>
* config/i386/i386.c (ix86_compute_frame_layout): Avoid * config/i386/i386.c (ix86_compute_frame_layout): Avoid

View File

@ -261,7 +261,7 @@ TEXI2DVI = texi2dvi
TEXI2PDF = texi2pdf TEXI2PDF = texi2pdf
TEXI2HTML = $(MAKEINFO) --html TEXI2HTML = $(MAKEINFO) --html
TEXI2POD = perl $(srcdir)/../contrib/texi2pod.pl TEXI2POD = perl $(srcdir)/../contrib/texi2pod.pl
POD2MAN = pod2man --center="GNU" --release="gcc-$(version)" POD2MAN = pod2man --center="GNU" --release="gcc-$(version)" --date=$(shell sed 's/\(....\)\(..\)\(..\)/\1-\2-\3/' <$(DATESTAMP))
# Some versions of `touch' (such as the version on Solaris 2.8) # Some versions of `touch' (such as the version on Solaris 2.8)
# do not correctly set the timestamp due to buggy versions of `utime' # do not correctly set the timestamp due to buggy versions of `utime'
# in the kernel. So, we use `echo' instead. # in the kernel. So, we use `echo' instead.

View File

@ -1,3 +1,8 @@
2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
* doc/Makefile.am (POD2MAN): Provide --date from ChangeLog.
* doc/Makefile.in: Regenerate.
2010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* scripts/check_jni_methods.sh.in: Don't use diff -U. * scripts/check_jni_methods.sh.in: Don't use diff -U.

View File

@ -31,7 +31,7 @@ TOOLS_MANFILES = \
gtnameserv.1 \ gtnameserv.1 \
gjdoc.1 gjdoc.1
POD2MAN = pod2man --center="GNU" --release="$(VERSION)" POD2MAN = pod2man --center="GNU" --release="$(VERSION)" --date=$(shell sed -n '1s/ .*//p' <$(srcdir)/../ChangeLog)
TEXI2POD = perl $(srcdir)/texi2pod.pl TEXI2POD = perl $(srcdir)/texi2pod.pl
STAMP = echo timestamp > STAMP = echo timestamp >

View File

@ -376,7 +376,7 @@ TOOLS_MANFILES = \
gtnameserv.1 \ gtnameserv.1 \
gjdoc.1 gjdoc.1
POD2MAN = pod2man --center="GNU" --release="$(VERSION)" POD2MAN = pod2man --center="GNU" --release="$(VERSION)" --date=$(shell sed -n '1s/ .*//p' <$(srcdir)/../ChangeLog)
TEXI2POD = perl $(srcdir)/texi2pod.pl TEXI2POD = perl $(srcdir)/texi2pod.pl
STAMP = echo timestamp > STAMP = echo timestamp >
@GENINSRC_FALSE@STAMP_GENINSRC = @GENINSRC_FALSE@STAMP_GENINSRC =