tools/missing-macros: add symlinks to makeinfo
authorMichael Pratt <mcpratt@pm.me>
Tue, 16 Apr 2024 01:08:06 +0000 (21:08 -0400)
committerRobert Marko <robimarko@gmail.com>
Thu, 25 Apr 2024 19:33:51 +0000 (21:33 +0200)
commitcdd56fc8934142a7df68118830611617ddb5e8fc
tree0c1cabc79d44a811d0a24678987bd92e271fa818
parent5a028a8d737b669d0d30d1ef93981e10f585a0e7
tools/missing-macros: add symlinks to makeinfo

There are other wrapper scripts released with makeinfo like texi2pdf which
are required by the build prerequisites of some tools, and have a similar
purpose and usage.

Let the makeinfo perl script handle all of these cases.

It's worth mentioning that "texi2any" is the actual program and "makeinfo"
is one of it's aliases. From upstream GNU:

  makeinfo: texi2any
rm -f $@
-$(LN_S) texi2any $@

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
tools/missing-macros/Makefile