X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fmake-stds.texi;h=9fe29d3689bdf94294c57e13f9ca9e129e0e629b;hb=7521ea075f22293b395517a5d2f4ea213b63d4a9;hp=5ccde9e3d13c4d5e8a36da698ea8ee60d5896b9f;hpb=106d3ad905054693a6e424305167452bbaa49f87;p=gnulib.git diff --git a/doc/make-stds.texi b/doc/make-stds.texi index 5ccde9e3d..9fe29d368 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -8,9 +8,9 @@ @cindex conventions for makefiles @cindex standards for makefiles -@c Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, +@c Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, @c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. - +@c @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 @c or any later version published by the Free Software Foundation; @@ -161,7 +161,7 @@ installation should not use any utilities directly except these: @example awk cat cmp cp diff echo egrep expr false grep install-info -ln ls mkdir mv pwd rm rmdir sed sleep sort tar test touch true +ln ls mkdir mv pwd rm rmdir sed sleep sort tar test touch tr true @end example Compression programs such as @code{gzip} can be used in the @@ -968,8 +968,7 @@ then @code{tar} that subdirectory. Compress the tar file with @code{gzip}. For example, the actual distribution file for GCC version 1.40 is called @file{gcc-1.40.tar.gz}. -It is ok to support other free compression formats as well, such as -@code{bzip2} and @code{lzma}. +It is ok to support other free compression formats as well. The @code{dist} target should explicitly depend on all non-source files that are in the distribution, to make sure they are up to date in the