aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 07e0014c..5d8369c9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@
install-bin \
install-bin-man \
install-curl \
- install-dircolors \
install-dotfiles-man \
install-dunst \
install-finger \
@@ -127,7 +126,6 @@ install : install-bash \
install-bash-completion \
install-bin \
install-curl \
- install-dircolors \
install-git \
install-gnupg \
install-readline \
@@ -173,9 +171,6 @@ install-bin-man :
install-curl :
install -pm 0644 -- curl/curlrc "$(HOME)"/.curlrc
-install-dircolors :
- install -pm 0644 -- dircolors/dircolors "$(HOME)"/.dircolors
-
install-dotfiles-man : man/man7/dotfiles.7
install -m 0755 -d -- "$(HOME)"/.local/share/man/man7
install -pm 0644 -- man/man7/*.7 "$(HOME)"/.local/share/man/man7