# HG changeset patch # User Karl Heuer # Date 890612295 0 # Node ID 4ed8d9f3dd4b13bf4602a27e53c9e7f0bc70c8df # Parent 9eb6fcceba90c71fd62bf38f2ef4de7230944036 (install-arch-indep): Put special subdirs.el files in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path. diff -r 9eb6fcceba90 -r 4ed8d9f3dd4b Makefile.in --- 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 \