vici: Put source distribution in the dist dir in the build directory

This fixes the out-of-tree build.
This commit is contained in:
Tobias Brunner 2016-05-11 14:32:10 +02:00
parent 0ba905cf24
commit 09328c5210
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ dist/vici-$(PYTHON_PACKAGE_VERSION)-py$(PYTHON_VERSION).egg: $(EXTRA_DIST) $(src
-d $(shell readlink -f $(builddir))/dist)
package: $(EXTRA_DIST) $(srcdir)/setup.py
(cd $(srcdir); $(PYTHON) setup.py sdist bdist_wheel --universal \
(cd $(srcdir); $(PYTHON) setup.py sdist \
-d $(shell readlink -f $(builddir))/dist \
bdist_wheel --universal \
-d $(shell readlink -f $(builddir))/dist)
clean-local: