X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/807c317e99426f8379fc55fc4d4bc98e67ec0f41..e0cc6986ced97ab9b829918f4a2d4b5fffa5367d:/Makefile diff --git a/Makefile b/Makefile index fa021c6..f7ec50d 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -229,6 +231,13 @@ DOTLINKS += .tclshrc .wishrc .tclshrc_SRC = tclshrc .wishrc_SRC = tclshrc +## The `nocss' machinery. +SCRIPTLINKS += nocss +all: $(HOME)/lib/hacks/nocss/libdvdcss.so.2 +$(HOME)/lib/hacks/nocss/libdvdcss.so.2: + $(V_AT)mkdir -p $(dir $@) + $(call v_tag,TOUCH)touch $@ + ## Random scripts. SCRIPTLINKS += mdw-editor mdw-pager SCRIPTLINKS += mdw-conf @@ -321,6 +330,7 @@ SCRIPTLINKS += xpra-start-xdummy SCRIPTLINKS += play-rawk SCRIPTLINKS += x2x-privsep SCRIPTLINKS += xduplic-terminal +SCRIPTLINKS += xzoomscr DOTCPP += .Xdefaults Xdefaults_DEFS = -DEMACSWD=$(call mdw-conf,emacs-width,77)