summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-06-29 20:52:38 +0200
committerMichael DeHaan <michael@ansibleworks.com>2013-06-29 20:52:38 +0200
commit5ae1ccfa3bf7978a70efb0fb2b03132bc8ab78de (patch)
tree80f1ba87d34d46dce02d7b0a830f98f82b8e1d4d /Makefile
parentAdd some spacing to make things easier to read. (diff)
downloadawx-5ae1ccfa3bf7978a70efb0fb2b03132bc8ab78de.tar.xz
awx-5ae1ccfa3bf7978a70efb0fb2b03132bc8ab78de.zip
Added code to raise permission denied on exceeded server counts using licensing system.
Some very minor/misc cleanup and minor docs also included.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d93e3320c8..386d6202c7 100644
--- a/Makefile
+++ b/Makefile
@@ -113,8 +113,7 @@ dev_build:
release_build:
python setup.py release_build
-release_ball: clean sdist
- #make release_build
+release_ball: clean sdist
(cd ../ansible-doc; make)
-(rm -rf awx-$(VERSION)-$(RELEASE))
mkdir -p awx-$(VERSION)-$(RELEASE)/dist