mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Whoops; only run lintchanges when usepython
This commit is contained in:
parent
2032d7ca6f
commit
9af06bdd1e
1 changed files with 2 additions and 0 deletions
|
@ -216,9 +216,11 @@ check-logs:
|
|||
|
||||
.PHONY: check-changes
|
||||
check-changes:
|
||||
if USEPYTHON
|
||||
@if test -d "$(top_srcdir)/changes"; then \
|
||||
$(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \
|
||||
fi
|
||||
endif
|
||||
|
||||
.PHONY: update-versions
|
||||
update-versions:
|
||||
|
|
Loading…
Add table
Reference in a new issue