PHP Notice: Undefined variable: argv in d:\cygwin\home\root\CVS\phpdoc\scripts
\rtlpatch\hackmanuallang.php on line 34
Seems like you are using the CGI and not the CLI version of PHP. The latter is required for a phpdoc build.
It's still not clear to me whether I need to checkout other modules to make "make phpweb" work? Where should I get those include files from and where to place them (to my local webserver?)?
The phpweb module contains the include files used to build up the manual. It is not advised to grab the whole phpweb module, since it contains all the source and binary PHP downloads, so it takes a very long time to check out, which is pointless if you are in no need of those files. So do a partial checkout instead with the include files only.
Goba