summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4cd579b805c4675a6d1f99a43ee22a8cb2b13c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
NAME = draklive
VERSION = 0.5

check:
	perl -cw $(NAME)

clean:
	find -name '*~' -exec rm {} \;

.PHONY: ChangeLog log changelog

log: ChangeLog

changelog: ChangeLog

ChangeLog:
	svn2cl --accum --authors ../../soft/common/username.xml
	rm -f *.bak