From a102b5baf93cfc7882fdf60406c5046b6f8d2ba9 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Thu, 29 Jul 2010 21:35:58 +0200 Subject: Rename archivemail.py to archivemail On Unix, most scripts don't come with a file extension, it's not needed, and we distribute the script as "archivemail" anyway. And most importantly, I like it better without the extension. :) With a little trick we can still load the script as a module from the test suite. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a43097c..cbf8651 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ default: @echo "no default target" clean: - rm -f *.pyc manpage.links manpage.refs manpage.log + rm -f manpage.links manpage.refs manpage.log rm -rf $(HTDOCS) test: @@ -20,16 +20,12 @@ clobber: clean sdist: clobber doc - cp archivemail.py archivemail python setup.py sdist - 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 -# rm archivemail tag: git tag -a $(VERSION_TAG) -- cgit v1.2.3