mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-01-05 06:51:00 +00:00
Makefile: added note that python/distutils bug #644744 prevents using the
bdist_rpm target.
This commit is contained in:
parent
54fbaf5844
commit
5f929f6697
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -24,6 +24,7 @@ sdist: clobber doc
|
||||||
rm archivemail
|
rm archivemail
|
||||||
|
|
||||||
# FIXME: bdist_rpm chokes on the manpage.
|
# FIXME: bdist_rpm chokes on the manpage.
|
||||||
|
# This is python/distutils bug #644744
|
||||||
#bdist_rpm: clobber doc
|
#bdist_rpm: clobber doc
|
||||||
# cp archivemail.py archivemail
|
# cp archivemail.py archivemail
|
||||||
# python setup.py bdist_rpm
|
# python setup.py bdist_rpm
|
||||||
|
|
Loading…
Reference in a new issue