* Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
This commit is contained in:
Jan Kratochvil 2013-04-06 15:52:06 +00:00
parent 5b8b6385be
commit cba5a7bf0f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
* Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
Eli Zaretskii <eliz@gnu.org>

View File

@ -172,9 +172,9 @@ TEXI2POD = perl $(srcdir)/../../etc/texi2pod.pl \
$(MAKEINFOFLAGS) $(MAKEINFO_EXTRA_FLAGS)
POD2MAN1 = pod2man --center="GNU Development Tools" \
--release="gdb-$(VERSION)" --section=1
--release="gdb-`sed q $(srcdir)/../version.in`" --section=1
POD2MAN5 = pod2man --center="GNU Development Tools" \
--release="gdb-$(VERSION)" --section=5
--release="gdb-`sed q $(srcdir)/../version.in`" --section=5
# List of man pages generated from gdb.texi
MAN1S = gdb.1 gdbserver.1