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

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