Mercurial > emacs
changeset 21265:4ed8d9f3dd4b
(install-arch-indep): Put special subdirs.el files
in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 23 Mar 1998 00:18:15 +0000 |
parents | 9eb6fcceba90 |
children | af9641af8877 |
files | Makefile.in |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Mar 23 00:15:20 1998 +0000 +++ b/Makefile.in Mon Mar 23 00:18:15 1998 +0000 @@ -337,6 +337,12 @@ done -rm -f ${lispdir}/subdirs.el $(srcdir)/update-subdirs ${lispdir} + -rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el + echo "(normal-top-level-add-subdirs-to-load-path)\n" \ + > ${datadir}/emacs/${version}/site-lisp/subdirs.el + -rm -f ${datadir}/emacs/site-lisp/subdirs.el + echo "(normal-top-level-add-subdirs-to-load-path)\n" \ + > ${datadir}/emacs/site-lisp/subdirs.el -chmod -R a+r ${COPYDESTS} if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \