mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 06:04:12 +00:00
gdb/doc/
* Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
This commit is contained in:
parent
5b8b6385be
commit
cba5a7bf0f
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user