summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorthatch <devnull@localhost>2009-01-04 09:01:06 -0600
committerthatch <devnull@localhost>2009-01-04 09:01:06 -0600
commit6b17d2b85ec9cb15976f7738cdc03544f0f86e27 (patch)
treeb6763872b9fa331b405dedc7d276f2504bfc985c /Makefile
parent64ef7976772355f0ab4af68c4a572483dcbc15ad (diff)
parent5ab91c0bb87e55c356a0342020afe6e0f599e5b0 (diff)
downloadpygments-6b17d2b85ec9cb15976f7738cdc03544f0f86e27.tar.gz
Merge with pygments-main
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f3b9c3e..a81376f0 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ export PYTHONPATH = $(shell echo "$$PYTHONPATH"):$(shell python -c 'import os; p
all: clean-pyc check test
check:
- @$(PYTHON) scripts/detect_missing_analyse_text.py
+ @$(PYTHON) scripts/detect_missing_analyse_text.py || true
@$(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