aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-10-14 20:57:29 +0000
committerNikolaus Schulz <microschulz@web.de>2006-10-14 20:57:29 +0000
commit3354e35ec9cef72fcd70e4769d3271401dd99102 (patch)
tree07a20ebb512ac8aea8ef17330530bbd2287481db /Makefile
parenta121b1c1d35c91803df1c236a9db1bca0c6677a6 (diff)
downloadarchivemail-3354e35ec9cef72fcd70e4769d3271401dd99102.tar.gz
archivemail-3354e35ec9cef72fcd70e4769d3271401dd99102.tar.bz2
archivemail-3354e35ec9cef72fcd70e4769d3271401dd99102.zip
Disabled bdist_rpm target, it chokes on the manpage.
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,