Makefile
changeset 1217 f6c774c66b4e
parent 1216 6c7c0366b4be
child 1223 2792a1eb8850
equal deleted inserted replaced
1216:6c7c0366b4be 1217:f6c774c66b4e
    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