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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/Makefile.in [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:59:06 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.281.2.1 emacs/Makefile.in:1.281.2.2
*** emacs/Makefile.in:1.281.2.1 Fri Apr 16 12:49:38 2004
--- emacs/Makefile.in   Mon Jun 28 07:28:18 2004
***************
*** 259,265 ****
          -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";'             \
          -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
          -e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \
!         -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') &&                \
        ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h
  
  # For parallel make, src should be build before leim.
--- 259,266 ----
          -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";'             \
          -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
          -e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \
!         -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \
!         -e 's;/[*] *arch-tag:.*;/*;') &&              \
        ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h
  
  # For parallel make, src should be build before leim.
***************
*** 445,455 ****
        if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
        then \
           echo "Copying etc/DOC-* to ${docdir} ..." ; \
!          (cd ./etc; tar -chf - DOC* compilation.txt) \
             |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 
1; \
!          (cd $(docdir); \
!           chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \
!           chmod a+r DOC* compilation.txt; \
            if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
        else true; fi
        -unset CDPATH; \
--- 446,454 ----
        if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
        then \
           echo "Copying etc/DOC-* to ${docdir} ..." ; \
!          (cd ./etc; tar -chf - DOC*) \
             |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 
1; \
!          (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
            if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
        else true; fi
        -unset CDPATH; \
***************
*** 475,481 ****
              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* eshell* eudc* forms* gnus* idlwave* info* 
message* mh-e* pcl-cvs* reftex* sc* ses* speedbar* tramp* vip* widget* woman* 
smtpmail*; do \
             (cd $${thisdir}; \
              ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
              chmod a+r ${infodir}/$$f); \
--- 474,480 ----
              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-xtra* eshell* eudc* forms* gnus* 
idlwave* info* message* mh-e* pcl-cvs* reftex* sc* ses* speedbar* tramp* vip* 
widget* woman* smtpmail*; do \
             (cd $${thisdir}; \
              ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
              chmod a+r ${infodir}/$$f); \
***************
*** 485,491 ****
        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 eshell eudc forms gnus idlwave info message mh-e 
pcl-cvs reftex sc ses speedbar tramp vip viper widget woman smtpmail; do \
            (cd $${thisdir}; \
             ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
          done; \
--- 484,490 ----
        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 forms gnus idlwave info 
message mh-e pcl-cvs reftex sc ses speedbar tramp vip viper widget woman 
smtpmail; do \
            (cd $${thisdir}; \
             ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
          done; \
***************
*** 551,557 ****
        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* forms* gnus* info* mh-e* sc* ses* 
vip* smtpmail*)
        (cd ${man1dir}  && rm -f emacs${manext} emacsclient${manext} 
etags${manext} ctags${manext})
        (cd ${bindir}  && rm -f $(EMACSFULL) $(EMACS))
  
--- 550,556 ----
        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* forms* gnus* info* 
mh-e* sc* ses* vip* smtpmail*)
        (cd ${man1dir}  && rm -f emacs${manext} emacsclient${manext} 
etags${manext} ctags${manext})
        (cd ${bindir}  && rm -f $(EMACSFULL) $(EMACS))
  
***************
*** 755,759 ****
        -(cd lispref &&   $(MAKE) $(MFLAGS) clean)
        -(cd lispintro &&   $(MAKE) $(MFLAGS) clean)
        (cd leim;     $(MAKE) $(MFLAGS) clean)
- 
- # arch-tag: c1162ff6-e0a8-4366-bc1a-2eb544007156
--- 754,756 ----




reply via email to

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