# HG changeset patch # User Oleksandr Gavenko # Date 1424870739 -7200 # Node ID 5a6527540e19e31523c28bc7a271696c34ea8247 # Parent a1a6db7b859b55dc879668e48ab3033f5768d28b Install updated files that take in account hierarchy changes after upgrade. diff -r a1a6db7b859b -r 5a6527540e19 Makefile --- a/Makefile Wed Feb 25 15:20:21 2015 +0200 +++ b/Makefile Wed Feb 25 15:25:39 2015 +0200 @@ -84,6 +84,7 @@ \ mkdir -p $(mylispdir); \ rm -f $(emacsdir)/autoload-my.el; \ +rm -f ~/.emacs; \ [ -d $(emacsdir)/my-lisp ] && mv $(emacsdir)/my-lisp $(mylispdir); \ for f in .emacs-my .emacs-custom.el .emacs-pre .emacs-post .emacs-places .emacs.desktop .emacs.bmk .emacs-places .emacs-autogen .ido.last; do \ if [ -f ~/$$f ]; then [ -f $(emacsdir)/$$f ] && mv ~/$$f $(emacsdir)/$$f.1 || mv ~/$$f $(emacsdir); fi; \ @@ -92,7 +93,8 @@ for f in `find $(mylispdir) -maxdepth 1 -type f -name '.emacs?*'`; do \ fn=$${f##*/}; \ [ -f $(emacsdir)/$$fn ] && mv $$f $(emacsdir)/$$fn.3 || mv $$f $(emacsdir); \ -done; +done; \ +make install .PHONY: install-all install-all: install