aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-18 23:11:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-18 23:11:54 +1200
commitb39c6f9a595bf1ea40fe7ceafb3658528a9265b9 (patch)
tree70af41d3b3cf20b51e851f9ee03b77c82fe9e09d /Makefile
parentMerge branch 'release/v9.1.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-b39c6f9a595bf1ea40fe7ceafb3658528a9265b9.tar.gz
dotfiles-b39c6f9a595bf1ea40fe7ceafb3658528a9265b9.zip
Merge branch 'release/v9.2.0'v9.2.0
* release/v9.2.0: Install bin/han as part of Bash target Clean up xyzzy(6df) a bit Apply XDG to xyzzy(6df) Move wget config into XDG Save wget HSTS cache in XDG_CACHE_HOME
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d4769732..ee57aba9 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,6 @@ BINS = bin/ap \
bin/gred \
bin/gscr \
bin/gwp \
- bin/han \
bin/hms \
bin/htdec \
bin/htenc \
@@ -376,12 +375,13 @@ install-abook:
mkdir -p -- $(HOME)/.abook
cp -p -- abook/abookrc $(HOME)/.abook
-install-bash: check-bash install-sh
- mkdir -p -- $(HOME)/.bashrc.d
+install-bash: check-bash install-sh bin/han
+ mkdir -p -- $(HOME)/.bashrc.d $(HOME)/.local/bin
cp -p -- bash/bashrc $(HOME)/.bashrc
cp -p -- bash/bashrc.d/* $(HOME)/.bashrc.d
cp -p -- bash/bash_profile $(HOME)/.bash_profile
cp -p -- bash/bash_logout $(HOME)/.bash_logout
+ cp -p -- bin/han $(HOME)/.local/bin
install-bash-completion: install-bash
mkdir -p -- $(HOME)/.bash_completion.d $(XDG_CONFIG_HOME)
@@ -666,8 +666,10 @@ install-vim-syntax:
install-vint:
cp -p -- vint/vintrc.yaml $(HOME)/.vintrc.yaml
-install-wget:
- cp -p -- wget/wgetrc $(HOME)/.wgetrc
+install-wget: install-sh
+ cp -p -- wget/profile.d/* $(HOME)/.profile.d
+ mkdir -p -- $(XDG_CACHE_HOME)/wget $(XDG_CONFIG_HOME)/wget
+ cp -p -- wget/wgetrc $(XDG_CONFIG_HOME)/wget/wgetrc
install-x: check-xinit
mkdir -p -- \