summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9dfdf14)
raw | patch | inline | side by side (parent: 9dfdf14)
author | David Kastrup <dak@gnu.org> | |
Sun, 15 Jul 2007 09:46:11 +0000 (11:46 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 16 Jul 2007 03:21:51 +0000 (20:21 -0700) |
Signed-off-by: David Kastrup <dak@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/emacs/Makefile | patch | blob | history |
diff --git a/contrib/emacs/Makefile b/contrib/emacs/Makefile
index 5e94d6fcd35f8354a326cdb82e2f7e6b1c26f26b..a48540a92b4aa5140a87469b36c1f9b3d8e46e7f 100644 (file)
--- a/contrib/emacs/Makefile
+++ b/contrib/emacs/Makefile
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 $<