summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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