X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/56e4c6c0a424b11c48af11eba28bb6f5a9e1eda0..48a9c9c1a60f4f5ebc71a5e5269b01109c9dcfa4:/Makefile diff --git a/Makefile b/Makefile index e9dc3b7..e650635 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ SCRIPTLINKS += aspell-hack emerge-hack wakey.sh $(call v_tag,EMACS)if ! $(EMACS) >$*.build-log 2>&1 \ -L el/ -L $(EMACSLIB) \ --batch --no-site-file \ - --eval '(byte-compile-file "$<")'; then \ + --eval '(kill-emacs (if (byte-compile-file "$<") 0 2))'; then \ cat $*.build-log; exit 2; \ fi @@ -217,11 +217,13 @@ DOTLINKS += .eclrc .ccl-init.lisp .abclrc .abclrc_SRC = lisp-init.lisp DOTLINKS += .swank.lisp -## IPython. +## IPython, Jupyter, and related annoyances. DOTLINKS += .ipython/profile_default/ipython_config.py DOTLINKS += .ipython/profile_default/startup/50-key-bindings.py +DOTLINKS += .jupyter/nbconfig/notebook.json .ipython/profile_default/ipython_config.py_SRC = ipython-config.py .ipython/profile_default/startup/50-key-bindings.py_SRC = ipython-key-bindings.py +.jupyter/nbconfig/notebook.json_SRC = jupyter-notebook.json ## Other languages. DOTLINKS += .guile