Skip to content

Commit

Permalink
contrib/emacs/Makefile: Also install .el files.
Browse files Browse the repository at this point in the history
Signed-off-by: David Kastrup <dak@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
David Kastrup authored and Junio C Hamano committed Jul 16, 2007
1 parent 9dfdf14 commit 99c01de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/emacs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<
Expand Down

0 comments on commit 99c01de

Please sign in to comment.