+2005-11-01 Romain Francoise <romain@orebokech.com>
+
+ * Makefile.in (install): Compress source files.
+
2005-10-28 Juri Linkov <juri@jurta.org>
* quail/symbol-ksc.el: Add missing characters from 1st pos of
# Where to install LEIM files.
INSTALLDIR=${datadir}/emacs/${version}/leim
+GZIP = @GZIP@
+
# On Xenix and the IBM RS6000, double-dot gets screwed up.
dot = .
rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \
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}
clean mostlyclean: