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 shown on the web site from the cywin-x-doc package is to build the documentation, then install it into a CVS checkout of web-site and then check it in.
$ cd path-to-website-checkout $ export CVS_RSH=ssh $ cvs -z9 -d :ext:user@sourceware.org:/cvs/cygwin/ co htdocs/xfree [...] $ cd path-to-cygwin-x-doc-checkout $ ./configure --enable-hardcopy --with-docdir=path-to-website-checkout/htdocs/xfree/docs $ make $ make install $ cd path-to-website-checkout/htdocs/xfree/docs $ cvs ci |