I generated them and the diffs are enormous because the current files use \r\n while mine uses \n. I think \n should be used...
\n is a big nono on windows, since Notepad cannot handle it.
The install-unix.txt also uses \n so what do you think should be done? Use \r\n for both files or just for the Windows one?
Be platform friendly: \n in the Unix file and \r\n in the windows one.
Goba