Mercurial > hg > octave-jordi > gnulib-hg
changeset 17983:7d0275ba6482
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 08 May 2015 08:35:11 -0700 |
parents | dd46a16ce332 |
children | 509331ba199b |
files | doc/maintain.texi |
diffstat | 1 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/maintain.texi +++ b/doc/maintain.texi @@ -5,7 +5,7 @@ @c For double-sided printing, uncomment: @c @setchapternewpage odd @c This date is automagically updated when you save this file: -@set lastupdate April 23, 2015 +@set lastupdate May 7, 2015 @c %**end of header @dircategory GNU organization @@ -1353,11 +1353,13 @@ @section Distribution tar Files @cindex distribution, tar files -The tar file for version @var{m}.@var{n} of program @code{foo} should be -named @file{foo-@var{m}.@var{n}.tar}. It should unpack into a -subdirectory named @file{foo-@var{m}.@var{n}}. Tar files should not -unpack into files in the current directory, because this is inconvenient -if the user happens to unpack into a directory with other files in it. +All packages should provide tar files for the distribution of their +releases. The tar file for version @var{m}.@var{n} of program +@code{foo} should be named @file{foo-@var{m}.@var{n}.tar}. It should +unpack into a subdirectory named @file{foo-@var{m}.@var{n}}. Tar +files should not unpack into files in the current directory, because +this is inconvenient if the user happens to unpack into a directory +with other files in it. Here is how the @file{Makefile} for Bison creates the tar file. This method is good for other programs.