Makefile
changeset 1362 aaad8c283943
parent 1358 54b0b0bb4570
child 1369 afb2d0fd7999
equal deleted inserted replaced
1361:f7fcbc47f739 1362:aaad8c283943
   116 install-all: install
   116 install-all: install
   117 	cp .emacs-pre $(emacsdir)/.emacs-pre
   117 	cp .emacs-pre $(emacsdir)/.emacs-pre
   118 	cp .emacs-post $(emacsdir)/.emacs-post
   118 	cp .emacs-post $(emacsdir)/.emacs-post
   119 
   119 
   120 define cleanup_mylispdir
   120 define cleanup_mylispdir
   121   find $(mylispdir) -type f '(' -name '*.el' -o -name '*.elc' ')' -delete
   121   find $(mylispdir) -type f '(' -name '*.el' -o -name '*.elc' -o -name '*~' ')' -delete
   122 endef
   122 endef
   123 
   123 
   124 .PHONY: install
   124 .PHONY: install
   125 install: check-install-comapt
   125 install: check-install-comapt
   126 	mkdir -p $(mylispdir)
   126 	mkdir -p $(mylispdir)