Skip to content

Commit 99c01de

Browse files
dakhubgitgitster
authored andcommitted
contrib/emacs/Makefile: Also install .el files.
Signed-off-by: David Kastrup <dak@gnu.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9dfdf14 commit 99c01de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/emacs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ all: $(ELC)
1313

1414
install: all
1515
$(INSTALL) -d $(DESTDIR)$(emacsdir)
16-
$(INSTALL_ELC) $(ELC) $(DESTDIR)$(emacsdir)
16+
$(INSTALL_ELC) $(ELC:.elc=.el) $(ELC) $(DESTDIR)$(emacsdir)
1717

1818
%.elc: %.el
1919
$(EMACS) -batch -f batch-byte-compile $<

0 commit comments

Comments
 (0)