aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 7600f49b846f64a51df2ec74c192b7168a2132ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
VERSION=0.3.1

default:
	@echo "no default target"

clean:
	rm -f *.pyc 

clobber: clean
	rm -rf build dist

sdist: clobber
	cp archivemail.py archivemail
	fakeroot python setup.py sdist
	rm archivemail
tag:
	cvs tag -F current
	cvs tag v$(VERSION)

archivemail.1: archivemail.sgml
	nsgmls archivemail.sgml | sgmlspl docbook2man-spec.pl 
	chmod 644 archivemail.1