/[emacs]/emacs/Makefile.in
ViewVC logotype

Diff of /emacs/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.305 by rms, Thu Sep 15 12:36:49 2005 UTC revision 1.306 by rfrancoise, Tue Nov 1 11:48:27 2005 UTC
# Line 223  INSTALL_INFO = @INSTALL_INFO@ Line 223  INSTALL_INFO = @INSTALL_INFO@
223  # By default, we uphold the dignity of our programs.  # By default, we uphold the dignity of our programs.
224  INSTALL_STRIP =  INSTALL_STRIP =
225    
226    # We use gzip to compress installed .el files.
227    GZIP = @GZIP@
228    
229  # ============================= Targets ==============================  # ============================= Targets ==============================
230    
231  # Program name transformation.  # Program name transformation.
# Line 475  install-arch-indep: mkdir info Line 478  install-arch-indep: mkdir info
478             (cd ${lispdir}; find . -exec chown $${LOGNAME:-$$USERNAME} {} ';') ; \             (cd ${lispdir}; find . -exec chown $${LOGNAME:-$$USERNAME} {} ';') ; \
479          else true; fi          else true; fi
480          -unset CDPATH; \          -unset CDPATH; \
481            if [ -n "${GZIP}" ]; \
482            then \
483               echo "Compressing *.el ..." ; \
484               (cd ${lispdir}; for f in `find . -name "*.elc" -print`; do \
485                    ${GZIP} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
486                done) \
487            else true; fi
488            -unset CDPATH; \
489          thisdir=`/bin/pwd`; \          thisdir=`/bin/pwd`; \
490          if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \          if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
491          then \          then \

Legend:
Removed from v.1.305  
changed lines
  Added in v.1.306

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26