changeset 9156:f37411290a94

autoupdate
author Karl Berry <karl@freefriends.org>
date Sun, 19 Aug 2007 13:44:47 +0000
parents 37e28ffbab9e
children 18308c6e516b
files doc/make-stds.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/make-stds.texi	Sun Aug 19 09:37:45 2007 +0000
+++ b/doc/make-stds.texi	Sun Aug 19 13:44:47 2007 +0000
@@ -9,7 +9,7 @@
 @cindex standards for makefiles
 
 @c Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001,
-@c 2004, 2005, 2006 Free Software Foundation, Inc.
+@c 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
 @c Permission is granted to copy, distribute and/or modify this document
 @c under the terms of the GNU Free Documentation License, Version 1.2
@@ -297,7 +297,7 @@
 @end example
 
 The @code{DESTDIR} variable is specified by the user on the @code{make}
-command line.  For example:
+command line as an absolute file name.  For example:
 
 @example
 make DESTDIR=/tmp/stage install