(scroll-bar-mode, toggle-scroll-bar): By default,
[bpt/emacs.git] / Makefile.in
index bb7b49e..43783bd 100644 (file)
@@ -338,10 +338,12 @@ install-arch-indep: mkdir
        -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)" \
+       (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
+        echo "    (normal-top-level-add-subdirs-to-load-path))") \
          > ${datadir}/emacs/${version}/site-lisp/subdirs.el
        -rm -f ${datadir}/emacs/site-lisp/subdirs.el
-       echo "(normal-top-level-add-subdirs-to-load-path)" \
+       (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
+        echo "    (normal-top-level-add-subdirs-to-load-path))") \
          > ${datadir}/emacs/site-lisp/subdirs.el
        -chmod -R a+r ${COPYDESTS}
        if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
@@ -371,7 +373,7 @@ install-arch-indep: mkdir
           cd ${srcdir}/info ; \
           (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
           (cd $${thisdir}; chmod a+r ${infodir}/dir); \
-          for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* sc* vip* widget*; do \
+          for f in ccmode* cl* customize* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* widget*; do \
             (cd $${thisdir}; \
              ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
              chmod a+r ${infodir}/$$f); \