From: Karl Berry Date: Sun, 19 Aug 2007 13:44:47 +0000 (+0000) Subject: autoupdate X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47e1cb35806d3b8aeca05fbd7043b21ca858b92d;p=pspp autoupdate --- diff --git a/doc/make-stds.texi b/doc/make-stds.texi index 91a1ed0302..4dd2211b55 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -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 @@ $(INSTALL_DATA) libfoo.a $(DESTDIR)$(libdir)/libfoo.a @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