From: Christopher Allan Webber Date: Wed, 3 Jun 2015 20:08:45 +0000 (-0500) Subject: Potentially require virtualenv as a requirement for "make dist" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=193c509bf1d378cb93dc12491e3a0749021c6ec0;p=mediagoblin.git Potentially require virtualenv as a requirement for "make dist" --- diff --git a/Makefile.in b/Makefile.in index 06524f32..56e8a683 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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