From beeb1a36059a79d5b5514f2cc98fef0f0eb71717 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 29 Nov 2007 15:05:32 -0800 Subject: [PATCH] autoupdate --- doc/make-stds.texi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/make-stds.texi b/doc/make-stds.texi index 8d60fe9bd..205a6db2a 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -275,10 +275,12 @@ $(INSTALL_DATA) libfoo.a $(libdir)/libfoo.a However, it is preferable to support a @code{DESTDIR} prefix on the target files, as explained in the next section. -@noindent -Always use a file name, not a directory name, as the second argument of -the installation commands. Use a separate command for each file to be -installed. +It is acceptable, but not required, to install multiple files in one +command, with the final argument being a directory, as in: + +@example +$(INSTALL_PROGRAM) foo bar baz $(bindir) +@end example @node DESTDIR -- 2.11.0