# HG changeset patch # User Oleksandr Gavenko # Date 1609525293 -7200 # Node ID e4711ae3529fe842cc617aa0e433912ef88cea48 # Parent 969cca2050e2801e689a93ab6c88f278bdc53e3a Launch .emacs-autogen.sh with predefined SHELL. diff -r 969cca2050e2 -r e4711ae3529f Makefile --- a/Makefile Fri Jan 01 19:57:59 2021 +0200 +++ b/Makefile Fri Jan 01 20:21:33 2021 +0200 @@ -162,9 +162,9 @@ \ mkdir -p $(emacsdir)/server $(HOME)/.gnus/scores; \ cp all.SCORE $(HOME)/.gnus/scores + $(SHELL) .emacs-autogen.sh $(emacsdir)/.emacs-autogen \ cp -f $(EL_FILES) $(mylispdir); \ -./.emacs-autogen.sh $(emacsdir)/.emacs-autogen; \ $(EMACS) --batch -Q --eval='(progn (setq generated-autoload-file "$(mylispdir)/loaddefs.el") (update-directory-autoloads "$(mylispdir)"))' \ $(EMACS) --batch --load "$(curdir)/.emacs-defs" -f 'my-load.add-my-loadpaths' --load "$(emacsdir)/.emacs-pre" \