From ef5d7eb9f59ae54b6f5a208eb0b63f6cd6e06647 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Nov 2018 20:43:26 +1300 Subject: Add a dillorc file I'm using this browser on an old ThinkPad. Firefox runs, but it's slow, and lately I'm spending a lot of time on sites that don't require JavaScript or anything like that. Let's see how this goes. The `save_dir` doesn't accept tildes in it as a shorthand for the home directory, so I've had to template it with mi5->m4. --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee6afcb3..056f0ece 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ install-bin \ install-bin-man \ install-curl \ + install-dillo \ install-dunst \ install-ex \ install-finger \ @@ -266,6 +267,8 @@ clean distclean: $(BINS_M4) \ $(BINS_SH) \ $(GAMES) \ + dillo/dillorc \ + dillo/dillorc.m4 \ git/gitconfig \ git/gitconfig.m4 \ gnupg/gpg.conf \ @@ -312,6 +315,11 @@ bin/tlcs.sh: bin/tlcs.m4 include/mktd.m4 bin/try.sh: bin/try.m4 include/mktd.m4 bin/urlc.sh: bin/urlc.m4 include/mktd.m4 +dillo/dillorc: dillo/dillorc.m4 + m4 \ + -D HOME=$(HOME) \ + dillo/dillorc.m4 > $@ + git/gitconfig: git/gitconfig.m4 m4 \ -D NAME=$(NAME) \ @@ -371,6 +379,10 @@ install-bin-man: install-curl: cp -p -- curl/curlrc $(HOME)/.curlrc +install-dillo: dillo/dillorc install-x + mkdir -p -- $(HOME)/.dillo + cp -p -- dillo/dillorc $(HOME)/.dillo/dillorc + install-dunst: install-x mkdir -p -- $(HOME)/.config/dunst cp -p -- dunst/dunstrc $(HOME)/.config/dunst -- cgit v1.2.3