Changeset 82776
- Timestamp:
- 08/19/11 17:35:32 (4 years ago)
- File:
-
- 1 edited
-
contrib/mpvim/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/mpvim/Makefile
r54791 r82776 1 1 .PHONY: all install 2 3 DESTDIR=~/.vim 2 4 3 5 all: … … 5 7 install: 6 8 @for dir in compiler ftdetect ftplugin snippets syntax; do \ 7 cp -rv $$dir/* ~/.vim/$$dir/ ; \ 9 mkdir -p $(DESTDIR)/$$dir/ ; \ 10 cp -rv $$dir/* $(DESTDIR)/$$dir/ ; \ 8 11 done
Note: See TracChangeset
for help on using the changeset viewer.

