diff options
| author | Georg Brandl <georg@python.org> | 2018-11-25 08:37:32 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2018-11-25 08:37:32 +0100 |
| commit | 6430387018965d6340ae47055e69b4d99d469daf (patch) | |
| tree | 25f61b9396af1574756f5d0710c5860a6bae53ee /Makefile | |
| parent | 9309ba89af269cf9cb051a856d4d87e72f06dac1 (diff) | |
| download | pygments-git-2.3.0.tar.gz | |
Minimal fixup changes for the release, add release date.2.3.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -63,3 +63,9 @@ tox-test: tox-test-coverage: @tox -- --with-coverage --cover-package=pygments --cover-erase $(TEST) + +RLMODULES = pygments.lexers + +regexlint: + @if [ -z "$(REGEXLINT)" ]; then echo "Please set REGEXLINT=checkout path"; exit 1; fi + PYTHONPATH=`pwd`:$(REGEXLINT) $(REGEXLINT)/regexlint/cmdline.py $(RLMODULES) |
