# HG changeset patch # User Oleksandr Gavenko # Date 1424864969 -7200 # Node ID 49032c3d900709d2d253c0dcdef6c936361574c0 # Parent edc4ecb3ef604f835f278cc8d7af67ed332329b7 Fix dir name. diff -r edc4ecb3ef60 -r 49032c3d9007 Makefile --- a/Makefile Wed Feb 25 13:47:56 2015 +0200 +++ b/Makefile Wed Feb 25 13:49:29 2015 +0200 @@ -112,7 +112,7 @@ cp all.SCORE $(HOME)/.gnus/scores cp -f $(EL_FILES) $(mylispdir); \ $(EMACS) -Q --batch --eval='(let ((generated-autoload-file "$(mylispdir)/loaddefs.el")) (update-directory-autoloads "$(mylispdir)"))' - ./.emacs-autogen.sh $(mylispdir)/.emacs-autogen + ./.emacs-autogen.sh $(emacsdir)/.emacs-autogen cp -r srecode/ $(HOME)/.emacs.d/ .PHONY: uninstall