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: https://git.lorimer.id.au/gitweb.git/diff_plain/99c01de402b543647a6500ceeaca7f62e343b144?ds=inline;hp=--cc contrib/emacs/Makefile: Also install .el files. Signed-off-by: David Kastrup Signed-off-by: Junio C Hamano --- 99c01de402b543647a6500ceeaca7f62e343b144 diff --git a/contrib/emacs/Makefile b/contrib/emacs/Makefile index 5e94d6fcd3..a48540a92b 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 $<