diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-06 23:45:21 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-06 23:45:21 +0000 |
commit | 5f929f6697145aed4f656074201f88e7c293289f (patch) | |
tree | e925572965bb4704401e854feb9a101dba57620c /Makefile | |
parent | 54fbaf584454f66f1578811059745fcf0d56e973 (diff) | |
download | archivemail-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |