summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-16 09:34:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-16 09:34:11 +0000
commit1e4d4391bd661a455ca00fdb7e18907b24c6e6d4 (patch)
treeda9e72464d44946c58a350345633e3a2ffa20699 /toolchain
parent570d834dbea899e1b3985df20828f65ddeab1dbe (diff)
downloadbuildroot-novena-1e4d4391bd661a455ca00fdb7e18907b24c6e6d4.tar.gz
buildroot-novena-1e4d4391bd661a455ca00fdb7e18907b24c6e6d4.zip
- mention the package that usually provides makeinfo
Diffstat (limited to 'toolchain')
-rwxr-xr-xtoolchain/dependencies/dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh
index 6f42a8746..084e835cb 100755
--- a/toolchain/dependencies/dependencies.sh
+++ b/toolchain/dependencies/dependencies.sh
@@ -251,7 +251,8 @@ echo "gettext installed: Ok"
if ! which makeinfo > /dev/null ; then \
echo "makeinfo installed: FALSE"
/bin/echo -e "\n\nMost likely some packages will fail to build their documentation"
- /bin/echo -e "Either install 'makeinfo' on your host or fix the respective packages"
+ echo "Either install 'makeinfo' on your host or fix the respective packages."
+ echo "Makeinfo can usually be found in the texinfo package for your host."
else
echo "makeinfo installed: Ok"
fi