texinfo: update 7.1.1 -> 7.2

(From OE-Core rev: 1430bffaf210d5fd769c3c08ed4cd76733b32b07)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2025-01-08 09:42:15 +01:00
committed by Richard Purdie
parent e5a2faf045
commit ce2ef75087
2 changed files with 6 additions and 6 deletions

View File

@@ -15,12 +15,12 @@ diff --git a/Makefile.am b/Makefile.am
index f733797..1013fcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,7 @@ if HOST_IS_WINDOWS
@@ -76,7 +76,7 @@
endif
endif
SUBDIRS += install-info po po_document tp Pod-Simple-Texinfo texindex util \
- doc man
+ doc
SUBDIRS += install-info po po_document tp Pod-Simple-Texinfo \
- texindex util doc man
+ texindex util doc
SUBDIRS += js
endif

View File

@@ -34,7 +34,7 @@ SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \
${TARGET_PATCH} \
"
SRC_URI[sha256sum] = "a46b46b54fd79641a8af5be4ad525788956ccf9798d3113396abeafa9020ef63"
SRC_URI[sha256sum] = "e86de7dfef6b352aa1bf647de3a6213d1567c70129eccbf8977706d9c91919c8"
tex_texinfo = "texmf/tex/texinfo"
@@ -75,7 +75,7 @@ FILES:info-doc = "${infodir}/info.info* ${infodir}/dir ${infodir}/info-*.info* \
${mandir}/man1/info.1* ${mandir}/man5/info.5* \
${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*"
FILES:${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo"
FILES:${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo ${datadir}/texi2any"
RDEPENDS:${PN} = "perl"
FILES:${PN}-doc = "${infodir}/texi* \
${datadir}/${tex_texinfo} \