aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a4a8a05..fd0bc0a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,11 @@ sdist: clobber doc
python setup.py sdist
rm archivemail
-bdist_rpm: clobber doc
- cp archivemail.py archivemail
- fakeroot python setup.py bdist_rpm
- rm archivemail
+# FIXME: bdist_rpm chokes on the manpage.
+#bdist_rpm: clobber doc
+# cp archivemail.py archivemail
+# python setup.py bdist_rpm
+# rm archivemail
tag:
# Overwriting tags at least doesn't work with svn << 1.4,