From cb58a6d07eec1e9473af6de045526a6149f80c9e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 23 Mar 1998 00:18:15 +0000 Subject: [PATCH] (install-arch-indep): Put special subdirs.el files in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path. --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.in b/Makefile.in index 6d7e5a948f2..8d4a3eb68f6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -337,6 +337,12 @@ install-arch-indep: mkdir 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 \ -- 2.39.5