aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-06 23:45:21 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-06 23:45:21 +0000
commit5f929f6697145aed4f656074201f88e7c293289f (patch)
treee925572965bb4704401e854feb9a101dba57620c /Makefile
parent54fbaf584454f66f1578811059745fcf0d56e973 (diff)
downloadarchivemail-5f929f6697145aed4f656074201f88e7c293289f.tar.gz
archivemail-5f929f6697145aed4f656074201f88e7c293289f.tar.bz2
archivemail-5f929f6697145aed4f656074201f88e7c293289f.zip
Makefile: added note that python/distutils bug #644744 prevents using the
bdist_rpm target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f925af..0f13485 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ sdist: clobber doc
rm archivemail
# FIXME: bdist_rpm chokes on the manpage.
+# This is python/distutils bug #644744
#bdist_rpm: clobber doc
# cp archivemail.py archivemail
# python setup.py bdist_rpm