diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 10:14:15 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 10:14:15 (GMT) |
commit | 7badad85c922858ed8395522090ff1bc8044b597 (patch) | |
tree | 00ef02a7ba9bfdb5bf1975f80050d97986822a23 /tools | |
parent | 686c9ee25d23b5c57aa9ccdf549480caa1804c63 (diff) | |
download | mxe-7badad85c922858ed8395522090ff1bc8044b597.zip mxe-7badad85c922858ed8395522090ff1bc8044b597.tar.gz mxe-7badad85c922858ed8395522090ff1bc8044b597.tar.bz2 |
Move doc/index.html -> index.html
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/patch-tool-mxe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe index 0c7106c..8450dd4 100755 --- a/tools/patch-tool-mxe +++ b/tools/patch-tool-mxe @@ -55,7 +55,7 @@ function export_patch { cd $gitsdir/$pkg_subdir && \ ( echo 'This file is part of MXE.' - echo 'See doc/index.html for further information.' + echo 'See index.html for further information.' echo '' echo 'Contains ad hoc patches for cross building.' echo '' |