Files
MSYS2-packages/texinfo/0005-fix-makeinfo-exeext.msys2.patch
Christoph Reiter a9fffefd8f texinfo: Update to 7.2
* patch refresh
* (share/lib)/texinfo got renamed to texi2any
2025-05-02 08:54:24 +02:00

12 lines
306 B
Diff

--- texinfo-7.2/tp/Makefile.am.orig 2025-05-02 07:33:22.272181100 +0200
+++ texinfo-7.2/tp/Makefile.am 2025-05-02 07:37:42.614320400 +0200
@@ -68,6 +68,8 @@
rm -f $@
-$(LN_S) texi2any $@
+makeinfo.exe: makeinfo
+
modulesdir = $(converterdatadir)/Texinfo
dist_modules_DATA = \
Texinfo/Config.pm \