emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/Makefile.in


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Thu, 15 Sep 2005 08:36:49 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.304 emacs/Makefile.in:1.305
*** emacs/Makefile.in:1.304     Tue Jul 26 21:43:11 2005
--- emacs/Makefile.in   Thu Sep 15 12:36:49 2005
***************
*** 486,492 ****
              chmod a+r ${infodir}/dir); \
           fi; \
           cd ${srcdir}/info ; \
!          for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* 
ediff* efaq* eintr* elisp* emacs* emacs-mime* emacs-xtra* eshell* eudc* 
flymake* forms* gnus* idlwave* info* message* mh-e* org* pcl-cvs* pgg* reftex* 
sc* ses* sieve* speedbar* tramp* vip* widget* woman* smtpmail* url*; do \
             (cd $${thisdir}; \
              ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
              chmod a+r ${infodir}/$$f); \
--- 486,492 ----
              chmod a+r ${infodir}/dir); \
           fi; \
           cd ${srcdir}/info ; \
!          for f in ada-mode* autotype* calc* ccmode* cl* dired-x* ebrowse* 
ediff* efaq* eintr* elisp* emacs* emacs-mime* emacs-xtra* eshell* eudc* 
flymake* forms* gnus* idlwave* info* message* mh-e* newsticker* org* pcl-cvs* 
pgg* reftex* sc* ses* sieve* speedbar* tramp* vip* widget* woman* smtpmail* 
url*; do \
             (cd $${thisdir}; \
              ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
              chmod a+r ${infodir}/$$f); \
***************
*** 496,502 ****
        thisdir=`/bin/pwd`; \
        if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` 
]; \
        then \
!         for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq 
elisp eintr emacs emacs-mime emacs-xtra eshell eudc flymake forms gnus idlwave 
info message mh-e org pcl-cvs pgg reftex sc ses sieve speedbar tramp vip viper 
widget woman smtpmail url; do \
            (cd $${thisdir}; \
             ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
          done; \
--- 496,502 ----
        thisdir=`/bin/pwd`; \
        if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` 
]; \
        then \
!         for f in ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq 
elisp eintr emacs emacs-mime emacs-xtra eshell eudc flymake forms gnus idlwave 
info message mh-e newsticker org pcl-cvs pgg reftex sc ses sieve speedbar tramp 
vip viper widget woman smtpmail url; do \
            (cd $${thisdir}; \
             ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
          done; \
***************
*** 562,568 ****
        done
        (cd ${archlibdir} && rm -f fns-*)
        -rm -rf ${libexecdir}/emacs/${version}
!       (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* 
efaq* eintr elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* 
tramp* widget* woman* dired-x* ediff* emacs* emacs-xtra* flymake* forms* gnus* 
info* mh-e* org* sc* ses* vip* smtpmail* url*)
        (cd ${man1dir}  && rm -f emacs${manext} emacsclient${manext} 
etags${manext} ctags${manext})
        (cd ${bindir}  && rm -f $(EMACSFULL) $(EMACS))
  
--- 562,568 ----
        done
        (cd ${archlibdir} && rm -f fns-*)
        -rm -rf ${libexecdir}/emacs/${version}
!       (cd ${infodir} && rm -f cl* ada-mode* autotype* calc* ccmode* ebrowse* 
efaq* eintr elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* 
tramp* widget* woman* dired-x* ediff* emacs* emacs-xtra* flymake* forms* gnus* 
info* mh-e* newsticker* org* sc* ses* vip* smtpmail* url*)
        (cd ${man1dir}  && rm -f emacs${manext} emacsclient${manext} 
etags${manext} ctags${manext})
        (cd ${bindir}  && rm -f $(EMACSFULL) $(EMACS))
  
***************
*** 721,729 ****
  # put the info files in $(srcdir),
  # so we can do ok running make in the build dir.
  info: force-info
!       (cd man; $(MAKE) $(MFLAGS) info)
!       (cd lispref; $(MAKE) $(MFLAGS) info)
!       (cd lispintro; $(MAKE) $(MFLAGS) info)
  dvi:
        (cd man; $(MAKE) $(MFLAGS) dvi)
        (cd lispref; $(MAKE) $(MFLAGS) elisp.dvi)
--- 721,729 ----
  # put the info files in $(srcdir),
  # so we can do ok running make in the build dir.
  info: force-info
!       -(cd man; $(MAKE) $(MFLAGS) info)
!       -(cd lispref; $(MAKE) $(MFLAGS) info)
!       -(cd lispintro; $(MAKE) $(MFLAGS) info)
  dvi:
        (cd man; $(MAKE) $(MFLAGS) dvi)
        (cd lispref; $(MAKE) $(MFLAGS) elisp.dvi)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]