summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorthatch <devnull@localhost>2008-12-31 10:29:51 -0600
committerthatch <devnull@localhost>2008-12-31 10:29:51 -0600
commit556559854af14014cc179c44429a1b1876c8ccfd (patch)
tree90e4b44a89d53e5dc9b67bc5b881b8ff1930aae2 /Makefile
parent80e8398af7ef5853a1b2b4eb6dd6c7041692fed8 (diff)
downloadpygments-556559854af14014cc179c44429a1b1876c8ccfd.tar.gz
Detect undefined (but required) analyse_text functions in 'make check'
target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7dea316d..85a7ea9b 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ all: clean-pyc check test
apidocs: epydoc
check:
+ @$(PYTHON) scripts/detect_missing_analyse_text.py
@$(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 pygments/lexers/_vimbuiltins.py