summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-01-03 17:40:52 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-01-03 17:40:52 (GMT)
commitb42be6f957a2ad9e2b6c61d4bf8278bfc026be0c (patch)
tree11e9d88731c53b8c59274da8bc2b54647f190567
parentfbc016f1f20972fcfd3dc51d993c8ec79c75ca9d (diff)
downloadmxe-b42be6f957a2ad9e2b6c61d4bf8278bfc026be0c.zip
mxe-b42be6f957a2ad9e2b6c61d4bf8278bfc026be0c.tar.gz
mxe-b42be6f957a2ad9e2b6c61d4bf8278bfc026be0c.tar.bz2
automatically include Hans Bezemer's tutorial in the README
-rwxr-xr-xbuild_mingw_cross_env.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh
index e3a0922..e221aee 100755
--- a/build_mingw_cross_env.sh
+++ b/build_mingw_cross_env.sh
@@ -161,6 +161,18 @@ case "$1" in
sed -n 's/^#$\|^# //p; /SOFTWARE\./ q' "$0" >README
echo >>README
echo >>README
+ echo 'Tutorial' >>README
+ echo '========' >>README
+ echo >>README
+ echo 'http://wiki.njh.eu/Win32_Cross_Compiling_Tutorial' \
+ >>README
+ echo >>README
+ LC_ALL=C w3m -cols 65 -dump \
+ 'http://wiki.njh.eu/Win32_Cross_Compiling_Tutorial' \
+ | sed -n '/^Making a Linux MinGW cross compiler$/,/^Hans Bezemer$/ p' \
+ | sed -n '3,$ p' >>README
+ echo >>README
+ echo >>README
echo 'List of Packages' >>README
echo '================' >>README
echo >>README