summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgnu <gnu>1997-07-04 04:42:36 +0000
committergnu <gnu>1997-07-04 04:42:36 +0000
commit9f88582943d7f6386e82354d4043aa958c548c63 (patch)
tree11dc0a4c446eedb7278efaca6f8383907a20bb95
parentb38d9d2ae93cc6e8c86ffa376666dc85079c8df1 (diff)
downloadgunmake-9f88582943d7f6386e82354d4043aa958c548c63.tar.gz
fix TeX overfills -len
-rw-r--r--make-stds.texi15
1 files changed, 6 insertions, 9 deletions
diff --git a/make-stds.texi b/make-stds.texi
index 3f4b4ca..c4a6f60 100644
--- a/make-stds.texi
+++ b/make-stds.texi
@@ -358,14 +358,11 @@ files. This directory should normally be @file{/usr/local/etc}, but
write it as @file{$(prefix)/etc}.
(If you are using Autoconf, write it as @samp{@@sysconfdir@@}.)
-@c rewritten to avoid overfull hbox --tower
-Do not install executables
-@c here
-in this directory (they probably
-belong in @file{$(libexecdir)} or @file{$(sbindir)}). Also do not
-install files that are modified in the normal course of their use
-(programs whose purpose is to change the configuration of the system
-excluded). Those probably belong in @file{$(localstatedir)}.
+Do not install executables here in this directory (they probably belong
+in @file{$(libexecdir)} or @file{$(sbindir)}). Also do not install
+files that are modified in the normal course of their use (programs
+whose purpose is to change the configuration of the system excluded).
+Those probably belong in @file{$(localstatedir)}.
@item sharedstatedir
The directory for installing architecture-independent data files which
@@ -418,7 +415,7 @@ should normally be @file{/usr/local/include}, but write it as
@file{$(prefix)/include}.
(If you are using Autoconf, write it as @samp{@@includedir@@}.)
-Most compilers other than GCC do not look for header files in
+Most compilers other than GCC do not look for header files in directory
@file{/usr/local/include}. So installing the header files this way is
only useful with GCC. Sometimes this is not a problem because some
libraries are only really intended to work with GCC. But some libraries