diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-06-03 15:08:45 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-06-03 15:08:45 -0500 |
commit | 193c509bf1d378cb93dc12491e3a0749021c6ec0 (patch) | |
tree | ed5dfcc5b556fc31066cc2f98e3d7423d36c3e74 /Makefile.in | |
parent | 90dbaefb801ee588692fbfb5b0a637cda5c84088 (diff) | |
download | mediagoblin-193c509bf1d378cb93dc12491e3a0749021c6ec0.tar.lz mediagoblin-193c509bf1d378cb93dc12491e3a0749021c6ec0.tar.xz mediagoblin-193c509bf1d378cb93dc12491e3a0749021c6ec0.zip |
Potentially require virtualenv as a requirement for "make dist"
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |