mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
fix TeX overfills -len
This commit is contained in:
parent
b38d9d2ae9
commit
9f88582943
1 changed files with 6 additions and 9 deletions
|
@ -358,14 +358,11 @@ files. This directory should normally be @file{/usr/local/etc}, but
|
||||||
write it as @file{$(prefix)/etc}.
|
write it as @file{$(prefix)/etc}.
|
||||||
(If you are using Autoconf, write it as @samp{@@sysconfdir@@}.)
|
(If you are using Autoconf, write it as @samp{@@sysconfdir@@}.)
|
||||||
|
|
||||||
@c rewritten to avoid overfull hbox --tower
|
Do not install executables here in this directory (they probably belong
|
||||||
Do not install executables
|
in @file{$(libexecdir)} or @file{$(sbindir)}). Also do not install
|
||||||
@c here
|
files that are modified in the normal course of their use (programs
|
||||||
in this directory (they probably
|
whose purpose is to change the configuration of the system excluded).
|
||||||
belong in @file{$(libexecdir)} or @file{$(sbindir)}). Also do not
|
Those probably belong in @file{$(localstatedir)}.
|
||||||
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
|
@item sharedstatedir
|
||||||
The directory for installing architecture-independent data files which
|
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}.
|
@file{$(prefix)/include}.
|
||||||
(If you are using Autoconf, write it as @samp{@@includedir@@}.)
|
(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
|
@file{/usr/local/include}. So installing the header files this way is
|
||||||
only useful with GCC. Sometimes this is not a problem because some
|
only useful with GCC. Sometimes this is not a problem because some
|
||||||
libraries are only really intended to work with GCC. But some libraries
|
libraries are only really intended to work with GCC. But some libraries
|
||||||
|
|
Loading…
Reference in a new issue