diff options
author | Nikolaus Schulz <microschulz@web.de> | 2006-10-14 20:57:29 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2006-10-14 20:57:29 +0000 |
commit | 3354e35ec9cef72fcd70e4769d3271401dd99102 (patch) | |
tree | 07a20ebb512ac8aea8ef17330530bbd2287481db | |
parent | a121b1c1d35c91803df1c236a9db1bca0c6677a6 (diff) | |
download | archivemail-3354e35ec9cef72fcd70e4769d3271401dd99102.tar.gz archivemail-3354e35ec9cef72fcd70e4769d3271401dd99102.tar.bz2 archivemail-3354e35ec9cef72fcd70e4769d3271401dd99102.zip |
Disabled bdist_rpm target, it chokes on the manpage.
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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, |