# HG changeset patch # User Oleksandr Gavenko # Date 1508274771 -10800 # Node ID d46d0a91ac487485ecead1a0d8495c9c9ca6d80c # Parent 9279959be7d5505efe1af2aa3ec362ad869cf916 Added alias for target. diff -r 9279959be7d5 -r d46d0a91ac48 Makefile --- a/Makefile Wed Oct 18 00:12:28 2017 +0300 +++ b/Makefile Wed Oct 18 00:12:51 2017 +0300 @@ -187,7 +187,8 @@ $(INSTALL_DATA) $$f $(datadir); \ done -.PHONY: install-emacs +.PHONY: install-emacs install-el +install-el: install-emacs install-emacs: mkdir -p $(elispdir) $(INSTALL_DATA) contrib/gadict.el $(elispdir)