comparison leim/Makefile.in @ 90261:7beb78bc1f8e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 08:37:27 +0000
parents f9a65d7ebd29 b94a4bf1aca6
children a7364c1a561e
comparison
equal deleted inserted replaced
90260:0ca0d9181b5e 90261:7beb78bc1f8e
1 # Makefile for leim subdirectory in GNU Emacs. 1 # Makefile for leim subdirectory in GNU Emacs.
2 # Copyright (C) 1997,98,1999,2000,2001 Electrotechnical Laboratory, JAPAN. 2 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
3 # Licensed to the Free Software Foundation.
4 # Copyright (C) 1997,98,1999,2000,01,02,03,2004
5 # Free Software Foundation, Inc. 3 # Free Software Foundation, Inc.
6 # Copyright (C) 2001,02,03,2004 4 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
7 # National Institute of Advanced Industrial Science and Technology (AIST) 5 # National Institute of Advanced Industrial Science and Technology (AIST)
8 # Registration Number H14PRO021 6 # Registration Number H14PRO021
9 7
10 # This file is part of GNU Emacs. 8 # This file is part of GNU Emacs.
11 9
34 datadir=@datadir@ 32 datadir=@datadir@
35 srcdir=@srcdir@ 33 srcdir=@srcdir@
36 34
37 # Where to install LEIM files. 35 # Where to install LEIM files.
38 INSTALLDIR=${datadir}/emacs/${version}/leim 36 INSTALLDIR=${datadir}/emacs/${version}/leim
37
38 GZIP_PROG = @GZIP_PROG@
39 39
40 # On Xenix and the IBM RS6000, double-dot gets screwed up. 40 # On Xenix and the IBM RS6000, double-dot gets screwed up.
41 dot = . 41 dot = .
42 42
43 # Which Emacs to use to convert TIT files to Emacs Lisp files, 43 # Which Emacs to use to convert TIT files to Emacs Lisp files,
236 rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \ 236 rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \
237 rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \ 237 rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \
238 rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \ 238 rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \
239 rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \ 239 rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \
240 else true; fi 240 else true; fi
241 -unset CDPATH; \
242 if [ -n "${GZIP_PROG}" ]; \
243 then \
244 echo "Compressing *.el ..." ; \
245 (cd ${INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \
246 ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
247 done) \
248 else true; fi
241 -chmod -R a+r ${INSTALLDIR} 249 -chmod -R a+r ${INSTALLDIR}
242 250
243 clean mostlyclean: 251 clean mostlyclean:
244 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \ 252 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \
245 leim-list.el changed.tit changed.misc 253 leim-list.el changed.tit changed.misc