X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fmake-stds.texi;h=91a1ed0302b5fbb73fd276eb994375c5e944f3dc;hb=fa77205c7c30568a6b10ad2ebcaf785c838e2d0c;hp=8e8d65e09bc042075844bab5ea28f4bb24b51884;hpb=0ba427b5dc14eab9c5aeb8e2e107569827b41b78;p=gnulib.git diff --git a/doc/make-stds.texi b/doc/make-stds.texi index 8e8d65e09..91a1ed030 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -12,7 +12,7 @@ @c 2004, 2005, 2006 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.1 +@c under the terms of the GNU Free Documentation License, Version 1.2 @c or any later version published by the Free Software Foundation; @c with no Invariant Sections, with no @c Front-Cover Texts, and with no Back-Cover Texts. @@ -39,8 +39,8 @@ conventions. * Makefile Basics:: General conventions for Makefiles. * Utilities in Makefiles:: Utilities to be used in Makefiles. * Command Variables:: Variables for specifying commands. -* Directory Variables:: Variables for installation directories. * DESTDIR:: Supporting staged installs. +* Directory Variables:: Variables for installation directories. * Standard Targets:: Standard targets for users. * Install Command Categories:: Three categories of commands in the `install' rule: normal, pre-install and post-install. @@ -296,9 +296,8 @@ $(INSTALL_PROGRAM) foo $(DESTDIR)$(bindir)/foo $(INSTALL_DATA) libfoo.a $(DESTDIR)$(libdir)/libfoo.a @end example -The @code{DESTDIR} variable is specified by the user, either to the -@file{configure} script or, more commonly, on the @code{make} command -line. For example: +The @code{DESTDIR} variable is specified by the user on the @code{make} +command line. For example: @example make DESTDIR=/tmp/stage install @@ -778,7 +777,7 @@ manuals, and you wish to install HTML documentation with many files certainly want to use subdirectories, or two nodes with the same name in different manuals will overwrite each other. -Please make these @code{install-@var{format}} targets invoke the +Please make these @code{install-@var{format}} targets invoke the commands for the @var{format} target, for example, by making @var{format} a dependency.