summaryrefslogtreecommitdiff
path: root/make-stds.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-12 21:50:54 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-12 21:50:54 +0000
commit2529deb2bfd38d1e0807c2deded79ebc6fdcc8be (patch)
tree6041ea031b49b64f3063dba2ff7cac3eb0b7fcb3 /make-stds.texi
parent3d3252b8decac5ae16b6d6d476d49cece8e2f15d (diff)
downloadgunmake-2529deb2bfd38d1e0807c2deded79ebc6fdcc8be.tar.gz
Describe lispdir variable.
Diffstat (limited to 'make-stds.texi')
-rw-r--r--make-stds.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/make-stds.texi b/make-stds.texi
index 24ffd55..4862b5f 100644
--- a/make-stds.texi
+++ b/make-stds.texi
@@ -366,6 +366,20 @@ default, it should be @file{/usr/local/info}, but it should be written
as @file{$(prefix)/info}.
(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
@c rewritten to avoid overfull hbox --roland
The directory for installing header files to be included by user