aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-10-03 06:27:08 +0000
committerPaul Rodger <paul@paulrodger.com>2002-10-03 06:27:08 +0000
commit6a91347b880179436b25b24a55421cb8816c3718 (patch)
tree766d053be50e5cc0d83b6f36cde723d26b5959ff /Makefile
parent485b7f882acb959e5d29d67b2be14377866c4cfc (diff)
downloadarchivemail-6a91347b880179436b25b24a55421cb8816c3718.tar.gz
archivemail-6a91347b880179436b25b24a55421cb8816c3718.tar.bz2
archivemail-6a91347b880179436b25b24a55421cb8816c3718.zip
Added IMAP support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 601f156..173dbc8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION=0.5.1
+VERSION=0.6.0
VERSION_TAG=v$(subst .,_,$(VERSION))
TARFILE=archivemail-$(VERSION).tar.gz
@@ -37,7 +37,7 @@ upload:
doc: archivemail.1 archivemail.html
archivemail.1: archivemail.sgml
- nsgmls archivemail.sgml | sgmlspl docbook2man-spec.pl
+ docbook2man archivemail.sgml
chmod 644 archivemail.1
archivemail.html: archivemail.sgml