summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-04 22:35:59 +0200
committerGeorg Brandl <georg@python.org>2014-10-04 22:35:59 +0200
commit902cdc5c54b43d4401535b89636c328df695803e (patch)
treefd3eb8b8826193615ec9955ec2ecc2bf9d55e101 /Makefile
parentef3477c75c03164dbaf2f60202e8dbeaa6c32a9f (diff)
downloadpygments-902cdc5c54b43d4401535b89636c328df695803e.tar.gz
move module names from _XXXbuiltins to _XXX_builtins to be consistent
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9dcbe9d9..35814160 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,7 @@ all: clean-pyc check test
check:
@$(PYTHON) scripts/detect_missing_analyse_text.py || true
@$(PYTHON) scripts/check_sources.py -i build -i dist -i pygments/lexers/_mapping.py \
- -i docs/build -i pygments/formatters/_mapping.py -i pygments/unistring.py \
- -i pygments/lexers/_vimbuiltins.py
+ -i docs/build -i pygments/formatters/_mapping.py -i pygments/unistring.py
clean: clean-pyc
-rm -rf build