aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-04 01:36:09 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-04 01:36:09 +1300
commitd2b59a3747932262ce14fd70e909c2633f25e937 (patch)
treebafb487b6aac67d9920ffc80f8ab8ccdddaa981b /Makefile
parentMerge branch 'release/v0.5.0' (diff)
parentBump version number to 0.6.0 (diff)
downloaddotfiles-0.6.0.tar.gz (sig)
dotfiles-0.6.0.zip
Merge branch 'release/v0.6.0'v0.6.0
* release/v0.6.0: Bump version number to 0.6.0 Add ~/.tidyrc and accompanying Makefile target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c09541fd..e80a1ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@
install-sh \
install-subversion \
install-terminfo \
+ install-tidy \
install-tmux \
install-urxvt \
install-vim \
@@ -463,6 +464,10 @@ install-terminfo:
find terminfo -type f -name '*.info' \
-exec tic -- {} \;
+install-tidy: install-sh
+ cp -p -- tidy/profile.d/* $(HOME)/.profile.d
+ cp -p -- tidy/tidyrc $(HOME)/.tidyrc
+
install-tmux: tmux/tmux.conf install-terminfo
cp -p -- tmux/tmux.conf $(HOME)/.tmux.conf