Makefile
changeset 1672 e2d0fc84c6f5
parent 1668 1d87a245ab55
child 1675 08f7fd3c4d5b
equal deleted inserted replaced
1671:a6d55703383c 1672:e2d0fc84c6f5
   178 $(EMACS) -f package-initialize --eval '(push "mylisp" load-path)'  --batch -f batch-byte-compile $(EL_FILES) || :
   178 $(EMACS) -f package-initialize --eval '(push "mylisp" load-path)'  --batch -f batch-byte-compile $(EL_FILES) || :
   179 	rm -f $(ELC_FILES)
   179 	rm -f $(ELC_FILES)
   180 
   180 
   181 .PHONY: check-byte-compile-dot-emacs
   181 .PHONY: check-byte-compile-dot-emacs
   182 check-byte-compile-dot-emacs:
   182 check-byte-compile-dot-emacs:
   183 	$(EMACS) --batch --load "$(curdir)/.emacs-defs" -f 'my-load.add-my-loadpaths' --load "$(emacsdir)/.emacs-pre" --eval='(byte-compile-file ".emacs-my")'
   183 	$(EMACS) --batch --load "$(curdir)/.emacs-defs" -f 'my-load--load-all' --eval='(byte-compile-file ".emacs-my")'
   184 	rm -f .emacs-my.elc
   184 	rm -f .emacs-my.elc
   185 
   185 
   186 ################################################################
   186 ################################################################
   187 # Documentation targets.
   187 # Documentation targets.
   188 
   188