summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2012-10-09 12:10:32 +0200
committerDag Wieers <dag@wieers.com>2012-10-09 12:23:30 +0200
commit2dcd0846abab103eba0a3f21c89b87b05c2c8395 (patch)
treecb5c559d659401807477ede8a6e80d27cca7a570 /Makefile
parent4bd17ee51876fc09762dc55446422303a4d71217 (diff)
downloadansible-2dcd0846abab103eba0a3f21c89b87b05c2c8395.tar.gz
Use getopt instead of argparse
On RHEL5 and RHEL6 there is not argparse, and 'make rpm' fails because of this. With this change it works, and I can test and fix my own documentation...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 132152bc35..d3e4cb6ca2 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ python:
install:
python setup.py install
-sdist: clean
+sdist: clean docs
python setup.py sdist -t MANIFEST.in
rpmcommon: sdist