]>
git.madduck.net Git - etc/vim.git/blobdiff - Makefile
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
mkdir -pv ${REGISTRY}
cp -v registry/markdown.yaml ${REGISTRY}/markdown.yaml
mkdir -pv ${REGISTRY}
cp -v registry/markdown.yaml ${REGISTRY}/markdown.yaml
-test: build/tabular build/vim-toml build/vader.vim
+test: build/tabular build/vim-toml build/vim-json build/v ader.vim
test/run-tests.sh
.PHONY: test
test/run-tests.sh
.PHONY: test
-update: build/tabular build/vim-toml build/vader.vim
+update: build/tabular build/vim-toml build/vim-json build/v ader.vim
cd build/tabular && git pull
cd build/vim-toml && git pull
cd build/tabular && git pull
cd build/vim-toml && git pull
+ cd build/vim-json && git pull
cd build/vader.vim && git pull
.PHONY: update
cd build/vader.vim && git pull
.PHONY: update
build/vim-toml: | build
git clone https://github.com/cespare/vim-toml build/vim-toml
build/vim-toml: | build
git clone https://github.com/cespare/vim-toml build/vim-toml
+build/vim-json: | build
+ git clone https://github.com/elzr/vim-json build/vim-json
+
build/vader.vim: | build
git clone https://github.com/junegunn/vader.vim build/vader.vim
build/vader.vim: | build
git clone https://github.com/junegunn/vader.vim build/vader.vim