]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
Change customization group to `c' from `C'.
[gnu-emacs] / Makefile.in
index 58074c93ba204829d867086819b9c07600d8725c..6edda06b90d425b5bfc96fb4cf2215e0d3b177b2 100644 (file)
@@ -398,7 +398,7 @@ install-arch-indep: mkdir info
              chmod a+r ${infodir}/dir); \
           fi; \
           cd ${srcdir}/info ; \
-          for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* efaq* emacs* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \
+          for f in ada-mode* autotype* ccmode* cl* dired-x* ediff* efaq* emacs* eudc* forms* gnus* idlwave* info* message* mh-e* reftex* sc* vip* widget*; do \
             (cd $${thisdir}; \
              ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
              chmod a+r ${infodir}/$$f); \
@@ -408,7 +408,7 @@ install-arch-indep: mkdir info
        thisdir=`/bin/pwd`; \
        if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
        then \
-         for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs forms gnus idlwave info message mh-e reftex sc vip viper widget; do \
+         for f in ada-mode autotype ccmode cl dired-x ediff efaq emacs eudc forms gnus idlwave info message mh-e reftex sc vip viper widget; do \
            (cd $${thisdir}; \
             ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/$$f); \
          done; \
@@ -628,10 +628,13 @@ dvi:
 ### special emacs executable is built from Lisp sources, which is then
 ### used to compile Lisp files.  The last step is a "normal" make.
 
-bootstrap: clean
+bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp clean all info
+
+bootstrap-lisp-1:
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
-       (cd src; $(MAKE) $(MFLAGS) bootstrap)
+
+bootstrap-lisp:
        -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
-       $(MAKE) $(MFLAGS) clean
-       $(MAKE) $(MFLAGS)
 
+bootstrap-src:
+       (cd src; $(MAKE) $(MFLAGS) bootstrap)