aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-22 23:57:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-22 23:57:57 +1300
commit4af268ce5d0555328c92dc86917d101629908aba (patch)
tree367500cafe0b1fa632c49fc66b960417c2a4c580 /Makefile
parentMerge branch 'release/v10.26.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-11.0.0.tar.gz (sig)
dotfiles-11.0.0.zip
Merge branch 'release/v11.0.0'v11.0.0
* release/v11.0.0: Suppress performative wokeness in new Git Add profile.d stub for cargo (Rust) PATH set Add profile.d stub for cabal (Haskell) PATH set
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 96c706cf..e7256214 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@
install-bash-completion \
install-bin \
install-bin-man \
+ install-cabal \
+ install-cargo \
install-cpanm \
install-curl \
install-dillo \
@@ -392,6 +394,12 @@ install-bin-man:
cp -p -- man/man1/*.1df $(XDG_DATA_HOME)/man/man1
cp -p -- man/man8/*.8df $(XDG_DATA_HOME)/man/man8
+install-cabal:
+ cp -p -- cabal/profile.d/*.sh $(HOME)/.profile.d
+
+install-cargo:
+ cp -p -- cargo/profile.d/*.sh $(HOME)/.profile.d
+
install-cpanm:
cp -p -- cpanm/profile.d/*.sh $(HOME)/.profile.d