Skip to content
Snippets Groups Projects
Commit 9af06bdd authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Whoops; only run lintchanges when usepython

parent 2032d7ca
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment