Whoops; only run lintchanges when usepython

This commit is contained in:
Nick Mathewson 2017-09-21 17:32:17 -04:00
parent 2032d7ca6f
commit 9af06bdd1e
1 changed files with 2 additions and 0 deletions

View File

@ -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: