diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/texinfo/texinfo.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk new file mode 100644 index 000000000..54d18b68a --- /dev/null +++ b/package/texinfo/texinfo.mk @@ -0,0 +1,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)) |