The Cygwin/X web site is stored in sourceware.org CVS. The CVSROOT is :ext:sourceware.org:/cvs/cygwin/, and the path is htdocs/xfree/
A simple way of updating the documentation from the cywin-x-doc package shown on the web site is to build the documentation directly into a CVS checkout of web-site and then check it in.
$ export CVS_RSH=ssh $ cvs -z9 -d :ext:user@sourceware.org:/cvs/cygwin/ co htdocs/xfree [...] $ cd htdocs/xfree/docs $ path-to-cygwin-x-doc/configure --enable-hardcopy $ make $ cvs up [...] $ cvs ci |