From ba5426db3f92f08c2b86564c076a9f99f86f4efd Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Sat, 13 Apr 2002 11:36:32 +0000 Subject: Added a lot more documentation, fixed up usage messages and expanded a lot on the man page. --- Makefile | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7600f49..45a39f3 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ -VERSION=0.3.1 +VERSION=0.3.2 +VERSION_TAG=v$(subst .,_,$(VERSION)) + default: @echo "no default target" clean: - rm -f *.pyc + rm -f *.pyc manpage.links manpage.refs manpage.log clobber: clean rm -rf build dist @@ -16,8 +18,18 @@ sdist: clobber rm archivemail tag: cvs tag -F current - cvs tag v$(VERSION) + cvs tag $(VERSION_TAG) + +doc: archivemail.1 archivemail.html archivemail.1: archivemail.sgml nsgmls archivemail.sgml | sgmlspl docbook2man-spec.pl chmod 644 archivemail.1 + +archivemail.html: archivemail.sgml + jade -t sgml \ + -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl \ + -o archivemail.html \ + archivemail.sgml + mv r1.html archivemail.html + chmod 644 archivemail.html -- cgit v1.2.3