summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-29 09:04:13 +0200
committergbrandl <devnull@localhost>2007-05-29 09:04:13 +0200
commitdce3175cb8f10a993df1dc547efc28ea015c086c (patch)
treedb0ac01a74766f7f43c0effc2416dc5800f5f4cc /Makefile
parent083e0708833fdeb19b6903e6c41bee117214eefd (diff)
downloadpygments-dce3175cb8f10a993df1dc547efc28ea015c086c.tar.gz
[svn] make check.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ff8db76..7dea316d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@ apidocs: epydoc
check:
@$(PYTHON) scripts/check_sources.py -i apidocs -i pygments/lexers/_mapping.py \
- -i docs/build -i pygments/formatters/_mapping.py -i pygments/unistring.py
+ -i docs/build -i pygments/formatters/_mapping.py -i pygments/unistring.py \
+ -i pygments/lexers/_vimbuiltins.py
clean: clean-pyc
rm -f codetags.html