mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-12 00:16:30 +00:00
Describe lispdir variable.
This commit is contained in:
parent
3d3252b8de
commit
2529deb2bf
1 changed files with 14 additions and 0 deletions
|
@ -366,6 +366,20 @@ default, it should be @file{/usr/local/info}, but it should be written
|
||||||
as @file{$(prefix)/info}.
|
as @file{$(prefix)/info}.
|
||||||
(If you are using Autoconf, write it as @samp{@@infodir@@}.)
|
(If you are using Autoconf, write it as @samp{@@infodir@@}.)
|
||||||
|
|
||||||
|
@item lispdir
|
||||||
|
The directory for installing any Emacs Lisp files in this package. By
|
||||||
|
default, it should be @file{/usr/local/share/emacs/site-lisp}, but it
|
||||||
|
should be written as @file{$(prefix)/share/emacs/site-lisp}.
|
||||||
|
|
||||||
|
If you are using Autoconf, write the default as @samp{@@lispdir@@}.
|
||||||
|
In order to make @samp{@@lispdir@@} work, you need the following lines
|
||||||
|
in your @file{configure.in} file:
|
||||||
|
|
||||||
|
@example
|
||||||
|
lispdir='$@{datadir@}/emacs/site-lisp'
|
||||||
|
AC_SUBST(lispdir)
|
||||||
|
@end example
|
||||||
|
|
||||||
@item includedir
|
@item includedir
|
||||||
@c rewritten to avoid overfull hbox --roland
|
@c rewritten to avoid overfull hbox --roland
|
||||||
The directory for installing header files to be included by user
|
The directory for installing header files to be included by user
|
||||||
|
|
Loading…
Reference in a new issue