autoupdate
authorKarl Berry <karl@freefriends.org>
Thu, 29 Nov 2007 23:05:32 +0000 (15:05 -0800)
committerKarl Berry <karl@freefriends.org>
Thu, 29 Nov 2007 23:05:32 +0000 (15:05 -0800)
doc/make-stds.texi

index 8d60fe9..205a6db 100644 (file)
@@ -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