aboutsummaryrefslogtreecommitdiff
path: root/make-stds.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-01-11 22:29:30 +0000
committerRichard M. Stallman <rms@gnu.org>1993-01-11 22:29:30 +0000
commit36a6a9eb7dbf24b5ea8cddfd1e036a1d3a7d3155 (patch)
tree67882acc59917b989e9c85e552d0c22341f61318 /make-stds.texi
parent7c9170269754d0bbcbfec04b6ada252df7c33602 (diff)
downloadgunmake-36a6a9eb7dbf24b5ea8cddfd1e036a1d3a7d3155.tar.gz
Formerly make-stds.texi.~2~
Diffstat (limited to 'make-stds.texi')
-rw-r--r--make-stds.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/make-stds.texi b/make-stds.texi
index 2c6b808..07a9d36 100644
--- a/make-stds.texi
+++ b/make-stds.texi
@@ -423,15 +423,17 @@ variable is normally inserted by the @code{configure} shell script.
For example:
@example
+@c I have changed some of the comments here slightly to fix an overfull
+@c hbox, so the make manual can format correctly. --roland
# Common prefix for installation directories.
# NOTE: This directory must exist when you start the install.
prefix = /usr/local
exec_prefix = $(prefix)
-# Directory in which to put the executable for the command `gcc'.
+# Where to put the executable for the command `gcc'.
bindir = $(exec_prefix)/bin
-# Directory in which to put the directories used by the compiler.
+# Where to put the directories used by the compiler.
libdir = $(exec_prefix)/lib
-# Directory in which to put the Info files.
+# Where to put the Info files.
infodir = $(prefix)/info
@end example