emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/leim/Makefile.in
Date: Thu, 03 Nov 2005 12:00:51 -0500

Index: emacs/leim/Makefile.in
diff -c emacs/leim/Makefile.in:1.71 emacs/leim/Makefile.in:1.72
*** emacs/leim/Makefile.in:1.71 Tue Nov  1 11:49:07 2005
--- emacs/leim/Makefile.in      Thu Nov  3 17:00:51 2005
***************
*** 1,7 ****
  # Makefile for leim subdirectory in GNU Emacs.
  # Copyright (C) 1997,98,1999,2000,2001 Electrotechnical Laboratory, JAPAN.
  #   Licensed to the Free Software Foundation.
! # Copyright (C) 1997,98,1999,2000,01,02,03,2004
  #   Free Software Foundation, Inc.
  # Copyright (C) 2001,02,03,2004
  #   National Institute of Advanced Industrial Science and Technology (AIST)
--- 1,7 ----
  # Makefile for leim subdirectory in GNU Emacs.
  # Copyright (C) 1997,98,1999,2000,2001 Electrotechnical Laboratory, JAPAN.
  #   Licensed to the Free Software Foundation.
! # Copyright (C) 1997,98,1999,2000,01,02,03,2004,2005
  #   Free Software Foundation, Inc.
  # Copyright (C) 2001,02,03,2004
  #   National Institute of Advanced Industrial Science and Technology (AIST)
***************
*** 37,43 ****
  # Where to install LEIM files.
  INSTALLDIR=${datadir}/emacs/${version}/leim
  
! GZIP = @GZIP@
  
  # On Xenix and the IBM RS6000, double-dot gets screwed up.
  dot = .
--- 37,43 ----
  # Where to install LEIM files.
  INSTALLDIR=${datadir}/emacs/${version}/leim
  
! GZIP_PROG = @GZIP_PROG@
  
  # On Xenix and the IBM RS6000, double-dot gets screwed up.
  dot = .
***************
*** 241,251 ****
          rm -f  ${INSTALLDIR}/*.orig     ${INSTALLDIR}/*/*.orig ; \
        else true; fi
        -unset CDPATH; \
!       if [ -n "${GZIP}" ]; \
        then \
           echo "Compressing *.el ..." ; \
           (cd ${INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \
!               ${GZIP} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
            done) \
        else true; fi
        -chmod -R a+r ${INSTALLDIR}
--- 241,251 ----
          rm -f  ${INSTALLDIR}/*.orig     ${INSTALLDIR}/*/*.orig ; \
        else true; fi
        -unset CDPATH; \
!       if [ -n "${GZIP_PROG}" ]; \
        then \
           echo "Compressing *.el ..." ; \
           (cd ${INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \
!               ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
            done) \
        else true; fi
        -chmod -R a+r ${INSTALLDIR}




reply via email to

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