summaryrefslogtreecommitdiffstats
path: root/package/texinfo/texinfo.mk
blob: 54d18b68ab08301a60c2b064b03ea62c5f043027 (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))