diff options
author | Peter Odding <peter@peterodding.com> | 2010-06-11 00:18:02 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-06-11 00:18:02 +0200 |
commit | d6c541cc5d8acc250d26d09274673829410486d4 (patch) | |
tree | 49d0092b8624b2fcb356d53b157d4be871266d8a /Makefile | |
parent | 71cc2ef765f18ab150bf834993c0e90a68797629 (diff) | |
download | vim-easytags-d6c541cc5d8acc250d26d09274673829410486d4.tar.gz |
Bug fix: Include autoload/xolox/option,vim in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ DEPENDS=autoload/xolox.vim \ autoload/xolox/escape.vim \ - autoload/xolox/timer.vim + autoload/xolox/timer.vim \ + autoload/xolox/option.vim VIMDOC=doc/easytags.txt HTMLDOC=doc/readme.html ZIPDIR := $(shell mktemp -d) |