8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
461 B
Makefile
15 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# texinfo
|
|
#
|
|
################################################################################
|
|
|
|
# We are intentionally not using the latest version 5.x, because it
|
|
# causes issues with the documentation building process when creating
|
|
# a toolchain with the Crosstool-NG backend.
|
|
|
|
TEXINFO_VERSION = 4.13a
|
|
TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
|
|
|
|
$(eval $(host-autotools-package))
|