comparison doc/standards.texi @ 39197:1a2841157ac5

autoupdate
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 31 Dec 2017 16:26:12 -0800
parents 3199892788da
children 5556cf64ff82
comparison
equal deleted inserted replaced
39196:c9c758400c81 39197:1a2841157ac5
3847 @node Managing Releases 3847 @node Managing Releases
3848 @chapter The Release Process 3848 @chapter The Release Process
3849 @cindex releasing 3849 @cindex releasing
3850 3850
3851 Making a release is more than just bundling up your source files in a 3851 Making a release is more than just bundling up your source files in a
3852 tar file and putting it up for FTP. You should set up your software so 3852 tar file and publishing it. You should set up your software so
3853 that it can be configured to run on a variety of systems. Your Makefile 3853 that it can be configured to run on a variety of systems. Your Makefile
3854 should conform to the GNU standards described below, and your directory 3854 should conform to the GNU standards described below, and your directory
3855 layout should also conform to the standards discussed below. Doing so 3855 layout should also conform to the standards discussed below. Doing so
3856 makes it easy to include your package into the larger framework of 3856 makes it easy to include your package into the larger framework of
3857 all GNU software. 3857 all GNU software.