aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-25 17:40:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-25 17:40:47 +1200
commit05aad8f826921860c85475bc23c25a29c65384fc (patch)
tree5a0bd5ceb72f8aa29ecf746cc3e0188a43368e5f /Makefile
parentCorrect built paths for Vim cache dirs (diff)
downloaddotfiles-05aad8f826921860c85475bc23c25a29c65384fc.tar.gz
dotfiles-05aad8f826921860c85475bc23c25a29c65384fc.zip
Remove thesaurus install target
Not really appropriate for a Makefile to `curl` resources.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f1831f4e..514a4444 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,6 @@
install-vim-indent \
install-vim-plugin \
install-vim-syntax \
- install-vim-thesaurus \
install-vint \
install-wget \
install-x \
@@ -631,11 +630,6 @@ install-vim-syntax:
mkdir -p -- $(VIMDIR)/syntax
cp -p -- vim/syntax/*.vim $(VIMDIR)/syntax
-install-vim-thesaurus:
- mkdir -p -- $(VIMDIR)/ref
- curl 'https://sanctum.geek.nz/ref/thesaurus.txt' \
- > $(VIMDIR)/ref/thesaurus.txt
-
install-vint:
cp -p -- vint/vintrc.yaml $(HOME)/.vintrc.yaml