From: David Kastrup Date: Sun, 15 Jul 2007 09:46:11 +0000 (+0200) Subject: contrib/emacs/Makefile: Also install .el files. X-Git-Tag: v1.5.3-rc3~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=99c01de402b543647a6500ceeaca7f62e343b144;p=git.git contrib/emacs/Makefile: Also install .el files. Signed-off-by: David Kastrup Signed-off-by: Junio C Hamano --- diff --git a/contrib/emacs/Makefile b/contrib/emacs/Makefile index 5e94d6fcd..a48540a92 100644 --- a/contrib/emacs/Makefile +++ b/contrib/emacs/Makefile @@ -13,7 +13,7 @@ all: $(ELC) install: all $(INSTALL) -d $(DESTDIR)$(emacsdir) - $(INSTALL_ELC) $(ELC) $(DESTDIR)$(emacsdir) + $(INSTALL_ELC) $(ELC:.elc=.el) $(ELC) $(DESTDIR)$(emacsdir) %.elc: %.el $(EMACS) -batch -f batch-byte-compile $<