diff -r d8034fa9f83e -r 55541cafde9d Makefile --- a/Makefile Thu Jan 28 19:58:34 2010 +0200 +++ b/Makefile Thu Jan 28 20:01:05 2010 +0200 @@ -8,7 +8,7 @@ all: install .PHONY: install -install: preinstall update-dot-emacs-pre update-dot-emacs-post +install: preinstall update-dot-emacs-pre .PHONY: preinstall preinstall: .emacs .emacs-my .emacs-pre .emacs-post @@ -19,7 +19,7 @@ cp .emacs-my $(HOME)/.emacs-my .PHONY: install-all -install-all: preinstall-all update-dot-emacs-pre update-dot-emacs-post +install-all: preinstall-all update-dot-emacs-pre .PHONY: preinstall-all preinstall-all: .emacs .emacs-my .emacs-pre .emacs-post @@ -34,13 +34,6 @@ cat template-pre/$$file >>$(HOME)/.emacs-pre-auto; \ done -.PHONY: update-dot-emacs-post -update-dot-emacs-post: - printf ";; DO NOT EDIT! This file automatically generated.\n\n" >$(HOME)/.emacs-post-auto - for file in `cd template-post; ls *.el`; do \ - cat template-post/$$file >>$(HOME)/.emacs-post-auto; \ - done - .PHONY: tar tar: tar cf dot-emacs.tar .emacs .emacs-my