equal
deleted
inserted
replaced
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 |