Follow these instructions to build a Cygwin/X documentation source code distribution:
Edit the version tag in the third line of the file configure.ac to indicated a new version, or to add a branch name to the distribution. The line containing the version tag should look like:
AC_INIT(cygwin-x-doc, 1.0.0) |
Commit this change to CVS and apply an appropriate tag:
Username@CygwinHost ~/cygwin-x-doc-1.0.0 $ cvs ci configure.ac [...] Username@CygwinHost ~/cygwin-x-doc-1.0.0 $ cvs tag -c VERSION_1_0_0 [...] |
Change the current directory to the documentation source code build directory:
Username@CygwinHost ~/cygwin-x-doc-1.0.0 $ 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.bz2.
Building the documentation is now complete.