From: Andrew Burgess Date: Thu, 6 Jun 2024 16:55:54 +0000 (+0100) Subject: gdb/doc: use POD2MAN5 when appropriate X-Git-Tag: gdb-15.1-release~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b1ed1f3b57fccab6d3fb777a9e582c7c2384ac0;p=thirdparty%2Fbinutils-gdb.git gdb/doc: use POD2MAN5 when appropriate In commit: commit 824083f34c222aa7419e2ea58e82d6f230d5f531 Date: Fri Apr 12 17:47:20 2024 +0100 gdb/doc: use silent-rules.mk in the Makefile I rewrote the rules for building the man pages. While doing this I accidentally switched from using MAN2POD5 to MAN2POD1 for generating the file gdbinit.5. Restore use of MAN2POD5 where appropriate. --- diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 6a112b98d0e..d9c13873a60 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -679,7 +679,7 @@ $(MAN1S) : %.1 : $(GDB_DOC_FILES) $(MAN5S) : %.5 : $(GDB_DOC_FILES) $(ECHO_TEXI2POD) $(TEXI2POD) $(MANCONF) -D$* < $(srcdir)/gdb.texinfo > $*.pod - $(ECHO_TEXI2MAN) ($(POD2MAN1) $*.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ + $(ECHO_TEXI2MAN) ($(POD2MAN5) $*.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \ mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) $(SILENCE) rm -f $*.pod