From 99c01de402b543647a6500ceeaca7f62e343b144 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 15 Jul 2007 11:46:11 +0200 Subject: 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 5e94d6f..a48540a 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 $< -- cgit v0.10.2-6-g49f6