Potentially require virtualenv as a requirement for "make dist"

This commit is contained in:
Christopher Allan Webber 2015-06-03 15:08:45 -05:00
parent 90dbaefb80
commit 193c509bf1

View File

@ -180,7 +180,7 @@ check:
## it requires a git revision as a first argument, which
## doesn't always work here
dist: extlib
dist: $(maybe_venv_dep)
$(maybe_venved_python) setup.py sdist
# setup.py might complain if a directory doesn't exist so just in case, make the directory