From 3354e35ec9cef72fcd70e4769d3271401dd99102 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Sat, 14 Oct 2006 20:57:29 +0000 Subject: Disabled bdist_rpm target, it chokes on the manpage. --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') 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, -- cgit v1.2.3