summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-04-06 21:22:28 +0000
committerKarl Berry <karl@freefriends.org>2006-04-06 21:22:28 +0000
commitb8645dd9657a562e51eb7fe328525fb4204688d6 (patch)
tree3d7571a67dcdd5f455ce21b94591d3b436656eb6 /doc
parent13fddfd6ddeb4a1504702ea13f00b5421395be6d (diff)
downloadgnulib-b8645dd9657a562e51eb7fe328525fb4204688d6.tar.gz
autoupdate
Diffstat (limited to 'doc')
-rw-r--r--doc/make-stds.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/make-stds.texi b/doc/make-stds.texi
index cd9f0623a0..a3e65b0c91 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 Free Software Foundation, Inc.
+@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
@@ -273,7 +273,7 @@ $(INSTALL_DATA) libfoo.a $(libdir)/libfoo.a
Optionally, you may prepend the value of @code{DESTDIR} to the target
filename. Doing this allows the installer to create a snapshot of the
-installation to be copied onto the real target filesystem later. Do not
+installation to be copied onto the real target file system later. Do not
set the value of @code{DESTDIR} in your Makefile, and do not include it
in any installed files. With support for @code{DESTDIR}, the above
examples become:
@@ -294,7 +294,7 @@ installed.
Installation directories should always be named by variables, so it is
easy to install in a nonstandard place. The standard names for these
variables and the values they should have in GNU packages are
-described below. They are based on a standard filesystem layout;
+described below. They are based on a standard file system layout;
variants of it are used in GNU/Linux and other modern operating
systems.