4950a35a40
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
518 B
Makefile
17 lines
518 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
|
|
TEXINFO_LICENSE = GPLv3+
|
|
TEXINFO_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(host-autotools-package))
|