From acdd1f59782bb836d6c4c255689918368adb8dab Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 17 Feb 2017 17:46:42 +0100 Subject: 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 Reviewed-By: Martin Basti --- Makefile.python.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.python.am') 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) -- cgit