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

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