summaryrefslogtreecommitdiffstats
path: root/package/texinfo/texinfo.mk
blob: 7064e12c1f86415d7f906e4c2bb1e2c1fc5febdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# 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))