mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
autoupdate
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
@c For double-sided printing, uncomment:
|
@c For double-sided printing, uncomment:
|
||||||
@c @setchapternewpage odd
|
@c @setchapternewpage odd
|
||||||
@c This date is automagically updated when you save this file:
|
@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
|
@c %**end of header
|
||||||
|
|
||||||
@dircategory GNU organization
|
@dircategory GNU organization
|
||||||
@@ -1353,11 +1353,13 @@ distributions.
|
|||||||
@section Distribution tar Files
|
@section Distribution tar Files
|
||||||
@cindex distribution, tar files
|
@cindex distribution, tar files
|
||||||
|
|
||||||
The tar file for version @var{m}.@var{n} of program @code{foo} should be
|
All packages should provide tar files for the distribution of their
|
||||||
named @file{foo-@var{m}.@var{n}.tar}. It should unpack into a
|
releases. The tar file for version @var{m}.@var{n} of program
|
||||||
subdirectory named @file{foo-@var{m}.@var{n}}. Tar files should not
|
@code{foo} should be named @file{foo-@var{m}.@var{n}.tar}. It should
|
||||||
unpack into files in the current directory, because this is inconvenient
|
unpack into a subdirectory named @file{foo-@var{m}.@var{n}}. Tar
|
||||||
if the user happens to unpack into a directory with other files in it.
|
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.
|
Here is how the @file{Makefile} for Bison creates the tar file.
|
||||||
This method is good for other programs.
|
This method is good for other programs.
|
||||||
|
Reference in New Issue
Block a user