Skip to content

Commit

Permalink
Add autoload to ARCHIVE_DIRS (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchmck committed Aug 28, 2013
1 parent 0397cee commit 35f7cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REF = HEAD
VERSION = $(shell git describe --always $(REF))

ARCHIVE = vim-coffee-script-$(VERSION).zip
ARCHIVE_DIRS = after compiler doc ftdetect ftplugin indent syntax
ARCHIVE_DIRS = after autoload compiler doc ftdetect ftplugin indent syntax

# Don't do anything by default.
all:
Expand Down

0 comments on commit 35f7cca

Please sign in to comment.