Follow these instructions to build a Cygwin/X documentation source code distribution:
Edit the version tag in the third line of the file configure.in to indicated a new version, or to add a branch name to the distribution. The line containing the version tag should look like:
AM_INIT_AUTOMAKE(cygwin-x-doc, 1.0.0) |
Open a shell on your documentation build host; you should see a window like the following:
Username@CygwinHost ~ $ |
Change the current directory to the documentation source code build directory:
Username@CygwinHost ~ $ cd cygwin-x-doc-1.0.0/build Username@CygwinHost ~/cygwin-x-doc-1.0.0/build $ |
Build the documentation source code distribution:
Username@CygwinHost ~/cygwin-x-doc-1.0.0/build $ make distcheck |
The documentation source code distribution should now be contained in the current directory in a file called cygwin-x-doc-1.0.0.tar.gz.
Building the documentation is now complete.