aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:00:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:00:29 +1200
commit23743e0ab8ea9cb08e02bc3600c0a7e5bd121b28 (patch)
tree44f887de3cd42f3d7c4c250745ebb3a870c84ad8 /Makefile
parentAdd () suffix to function names (diff)
parentAdjust README wrapping (diff)
downloaddotfiles-23743e0ab8ea9cb08e02bc3600c0a7e5bd121b28.tar.gz
dotfiles-23743e0ab8ea9cb08e02bc3600c0a7e5bd121b28.zip
Merge branch 'pdksh'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c3e52312..8e3d6239 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@
install-ncmcpp \
install-newsbeuter \
install-mysql \
+ install-pdksh \
install-perlcritic \
install-perltidy \
install-psql \
@@ -208,6 +209,23 @@ install-i3 : install-x
install -m 0755 -d -- "$(HOME)"/.i3
install -pm 0644 -- i3/* "$(HOME)"/.i3
+install-pdksh : test-pdksh
+ install -m 0755 -d -- \
+ "$(HOME)"/.kshrc.d
+ install -pm 0644 -- pdksh/kshrc "$(HOME)"/.kshrc
+ install -pm 0644 -- pdksh/kshrc.d/* "$(HOME)"/.kshrc.d
+
+install-bash : test-bash
+ install -m 0755 -d -- \
+ "$(HOME)"/.config \
+ "$(HOME)"/.bashrc.d \
+ "$(HOME)"/.bash_profile.d
+ install -pm 0644 -- bash/bashrc "$(HOME)"/.bashrc
+ install -pm 0644 -- bash/bashrc.d/* "$(HOME)"/.bashrc.d
+ install -pm 0644 -- bash/bash_profile "$(HOME)"/.bash_profile
+ install -pm 0644 -- bash/bash_profile.d/* "$(HOME)"/.bash_profile.d
+ install -pm 0644 -- bash/bash_logout "$(HOME)"/.bash_logout
+
install-maildir :
install -m 0755 -d -- \
"$(HOME)"/Mail/inbox/cur \
@@ -337,6 +355,9 @@ test-bin :
test-games :
test/games
+test-pdksh :
+ test/pdksh
+
test-man :
test/man