From 5b709c5b61a703da8d0a77181b0e9667c6af5649 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 20 Mar 1998 20:13:07 +0000 Subject: [PATCH] updated docs for DESTDIR --- NEWS | 1 + automake.texi | 10 ++++++++-- stamp-vti | 2 +- version.texi | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 52d9f4a..385d29e 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ New in 1.2g: * AM_PROG_CC_STDC does not have to come before AC_PROG_CPP * Dependencies computed as a side effect of compilation * Preliminary support for Java +* DESTDIR support at "make install" time New in 1.2: * Bug fixes diff --git a/automake.texi b/automake.texi index 0d58077..5c9bd2c 100644 --- a/automake.texi +++ b/automake.texi @@ -2091,10 +2091,11 @@ both of these targets. @trindex install-exec @trindex install -Automake also generates an @code{uninstall} target, and an -@code{installdirs} target. +Automake also generates an @code{uninstall} target, an +@code{installdirs} target, and an @code{install-strip} target. @trindex uninstall @trindex installdirs +@trindex install-strip It is possible to extend this mechanism by defining an @code{install-exec-local} or @code{install-data-local} target. If these @@ -2117,6 +2118,11 @@ the name (eg @samp{myexecbin_PROGRAMS} is installed by @samp{install-exec}. All other user-defined prefixes are installed by @samp{install-data}. +Automake generates support for the @samp{DESTDIR} variable in all +install rules; see @xref{Makefile Conventions, , , standards, The GNU +Coding Standards}. +@vindex DESTDIR + @node Clean, Dist, Install, Top @chapter What Gets Cleaned diff --git a/stamp-vti b/stamp-vti index d2a184f..e93b213 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ -@set UPDATED 18 March 1998 +@set UPDATED 20 March 1998 @set EDITION 1.2g @set VERSION 1.2g diff --git a/version.texi b/version.texi index d2a184f..e93b213 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 18 March 1998 +@set UPDATED 20 March 1998 @set EDITION 1.2g @set VERSION 1.2g -- 2.7.4