cd /cvs/phpdoc make install-unix.txt mv install-unix.txt ../php-src/INSTALL
make install-win.txt mv install-win.txt ../php-src/win32/install.txt
Nice, this works :)
:) Well, Nuno, who made this work the first time obviously knows better.
P.S.: if needed, I can generate them.
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.
Goba