summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChin Fang <fangchin@zettar.com>2012-07-24 12:38:52 -0700
committerChin Fang <fangchin@zettar.com>2012-07-24 12:38:52 -0700
commite3b2521f016052a37029737db53bcff9294d53c8 (patch)
tree857529b118848d54b0f08fafd8e196141cd3dbaf /Makefile
parent2d1c297fb81f1cdd294e23cb3d86158c53b92e93 (diff)
downloadansible-e3b2521f016052a37029737db53bcff9294d53c8.tar.gz
Added a host expansion feature to ansible's inventory parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b685863def..ad872502ef 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# useful targets:
# make sdist ---------------- produce a tarball
# make rpm ----------------- produce RPMs
-# make debian --------------- produce a dpkg (FIXME?)
+# make deb ------------------ produce a DEB
# make docs ----------------- rebuild the manpages (results are checked in)
# make tests ---------------- run the tests
# make pyflakes, make pep8 -- source code checks