standards: Managing Releases

1 
1 7 The Release Process
1 *********************
1 
1 Making a release is more than just bundling up your source files in a
1 tar file and putting it up for FTP. You should set up your software so
1 that it can be configured to run on a variety of systems.  Your Makefile
1 should conform to the GNU standards described below, and your directory
1 layout should also conform to the standards discussed below.  Doing so
1 makes it easy to include your package into the larger framework of all
1 GNU software.
1 

Menu