summaryrefslogtreecommitdiffstats
path: root/Makefile.python.am
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-02-17 17:46:42 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-02 14:43:37 +0100
commitacdd1f59782bb836d6c4c255689918368adb8dab (patch)
treeef3613076589b322aa20e42abdf42664c0adaadd /Makefile.python.am
parente2b9ea2fd58b98edbb8d6aec97aadeea7cf11dcb (diff)
downloadfreeipa-acdd1f59782bb836d6c4c255689918368adb8dab.tar.gz
freeipa-acdd1f59782bb836d6c4c255689918368adb8dab.tar.xz
freeipa-acdd1f59782bb836d6c4c255689918368adb8dab.zip
Add placeholders for ipaplatform, ipaserver and ipatests
I also renamed the base directory to pypi and added a new build target pypi_packages. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'Makefile.python.am')
-rw-r--r--Makefile.python.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.python.am b/Makefile.python.am
index 9c34fe3d0..e4efc1749 100644
--- a/Makefile.python.am
+++ b/Makefile.python.am
@@ -58,5 +58,5 @@ dist-hook: $(top_builddir)/ipasetup.py
WHEELDISTDIR = $(top_builddir)/dist/wheels
.PHONY: bdist_wheel
bdist_wheel: $(top_builddir)/ipasetup.py
- rm -rf $(WHEELDISTDIR)/$(pkgname)*.whl
+ rm -rf $(WHEELDISTDIR)/$(pkgname)-*.whl
$(PYTHON) "$(srcdir)/setup.py" bdist_wheel --dist-dir=$(WHEELDISTDIR)