equal
deleted
inserted
replaced
95 rm -f ~/.emacs-autogen; \ |
95 rm -f ~/.emacs-autogen; \ |
96 \ |
96 \ |
97 rm -f ~/.emacs ~/.emacs-places; \ |
97 rm -f ~/.emacs ~/.emacs-places; \ |
98 for f in $(mylispdir)/.emacs*; do \ |
98 for f in $(mylispdir)/.emacs*; do \ |
99 mv $$f $(emacsdir) || true; \ |
99 mv $$f $(emacsdir) || true; \ |
100 done |
100 done; \ |
|
101 mv ~/.ido.last $(emacsdir) || true |
101 |
102 |
102 .PHONY: install-all |
103 .PHONY: install-all |
103 install-all: install |
104 install-all: install |
104 cp .emacs-pre $(mylispdir)/.emacs-pre |
105 cp .emacs-pre $(mylispdir)/.emacs-pre |
105 cp .emacs-post $(mylispdir)/.emacs-post |
106 cp .emacs-post $(mylispdir)/.emacs-post |