X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=d4fd6dfd49ca94cfda1d2969379707723db767f5;hb=60b23413cd71b3326458de03483b77ac7fb50676;hp=d3f0af683f8728890a31a8bcbc1761cbe4203ce4;hpb=73dab8a79031aed177f3dbff361404e0a5c285ea;p=mirror%2Fdsa-puppet.git diff --git a/Makefile b/Makefile index d3f0af683..d4fd6dfd4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,9 @@ SHELL = /bin/bash .PHONY: all -all: git_hooks +all: git_hooks vim_helpers $(info make git_hooks: set up Git repository hooks) - -puppet_parseonly = puppet parser validate + $(info make vim_hooks: set up Vim settings for puppet files) .PHONY: git_hooks git_hooks: @@ -20,5 +19,6 @@ git_hooks: @ln -sf ../../tools/git_hooks/pre-commit .git/hooks/pre-commit @$(RM) .git/hooks/post-commit +.PHONY: vim_helpers vim_helpers: - rsync -a tools/vim ~/.vim/ + @rsync -a tools/vim ~/.vim/