Hello!
It would be nice if someone documented how to create install.txt for php-src. Or for now, simply generate it so it can be part of the upcoming 5.0.4 release.
Regards, Philip
Something like this should work:
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
maybe you should also read the note in the install-win.xml file (before generating..):
<!-- you should remove the &install.windows.building; entity from the
en/install/windows/index.xml file to build this file -->
this is to avoid including the instructions to build php from source on windows, which will only confuse the normal windows user (IMHO)
Nuno
P.S.: if needed, I can generate them.
P.S. 2: BTW, Derick did you forgot to update the xchm file in the rsync machine? :)
