comparison Makefile.in @ 3180:e54c45bae557

(COPYDESTS, COPYDIR): Delete external-lisp dir. (externallispdir): Var deleted.
author Richard M. Stallman <rms@gnu.org>
date Thu, 27 May 1993 22:15:01 +0000
parents 2852a2acef36
children 29de1b20b68b
comparison
equal deleted inserted replaced
3179:2852a2acef36 3180:e54c45bae557
112 @inst_paths@# Emacs. This includes the Emacs version, so that the 112 @inst_paths@# Emacs. This includes the Emacs version, so that the
113 @inst_paths@# lisp files for different versions of Emacs will install 113 @inst_paths@# lisp files for different versions of Emacs will install
114 @inst_paths@# themselves in separate directories. 114 @inst_paths@# themselves in separate directories.
115 @inst_paths@lispdir=${datadir}/emacs/${version}/lisp 115 @inst_paths@lispdir=${datadir}/emacs/${version}/lisp
116 116
117 @inst_paths@# Where to install the lisp files which are distributed
118 @inst_paths@# with Emacs but not maintained by the FSF. This
119 @inst_paths@# includes the Emacs version, so that the lisp files for
120 @inst_paths@# different versions of Emacs will install themselves in
121 @inst_paths@# separate directories.
122 @inst_paths@externallispdir=${datadir}/emacs/${version}/external-lisp
123
124 @inst_paths@# Directories Emacs should search for lisp files specific 117 @inst_paths@# Directories Emacs should search for lisp files specific
125 @inst_paths@# to this site (i.e. customizations), before consulting 118 @inst_paths@# to this site (i.e. customizations), before consulting
126 @inst_paths@# ${lispdir}. This should be a colon-separated list of 119 @inst_paths@# ${lispdir}. This should be a colon-separated list of
127 @inst_paths@# directories. 120 @inst_paths@# directories.
128 @inst_paths@locallisppath=${datadir}/emacs/site-lisp 121 @inst_paths@locallisppath=${datadir}/emacs/site-lisp
202 # Subdirectories to install, and where they'll go. 195 # Subdirectories to install, and where they'll go.
203 # lib-src's makefile knows how to install it, so we don't do that here. 196 # lib-src's makefile knows how to install it, so we don't do that here.
204 # When installing the info files, we need to do special things to 197 # When installing the info files, we need to do special things to
205 # avoid nuking an existing dir file, so we don't do that here; 198 # avoid nuking an existing dir file, so we don't do that here;
206 # instead, we have written out explicit code in the `install' targets. 199 # instead, we have written out explicit code in the `install' targets.
207 COPYDIR = ${srcdir}/etc ${srcdir}/lisp ${srcdir}/external-lisp 200 COPYDIR = ${srcdir}/etc ${srcdir}/lisp
208 COPYDESTS = ${etcdir} ${lispdir} ${externallispdir} 201 COPYDESTS = ${etcdir} ${lispdir}
209 202
210 all: src/paths.h ${SUBDIR} 203 all: src/paths.h ${SUBDIR}
211 204
212 removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/' 205 removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/'
213 206