Makefile
changeset 1406 0fddf6d2ccf2
parent 1369 afb2d0fd7999
child 1408 8ea516ab3865
equal deleted inserted replaced
1405:fffa9d2a328f 1406:0fddf6d2ccf2
   144 install-all: install
   144 install-all: install
   145 	cp .emacs-pre $(emacsdir)/.emacs-pre
   145 	cp .emacs-pre $(emacsdir)/.emacs-pre
   146 	cp .emacs-post $(emacsdir)/.emacs-post
   146 	cp .emacs-post $(emacsdir)/.emacs-post
   147 
   147 
   148 define cleanup_mylispdir
   148 define cleanup_mylispdir
   149   find $(mylispdir) -type f '(' -name '*.el' -o -name '*.elc' -o -name '*~' ')' -delete
   149   find $(mylispdir) -type f '(' -name '*.el' -o -name '*.elc' -o -name '*~' ')' -exec rm {} ';'
   150 endef
   150 endef
   151 
   151 
   152 .PHONY: install
   152 .PHONY: install
   153 install: check-install-comapt
   153 install: check-install-comapt
   154 	mkdir -p $(mylispdir)
   154 	mkdir -p $(mylispdir)