summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 0f6ecbfa7e0aa3d786b2560684029a5d3df4ea82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
NAME = draklive-install
VERSION = 0.7

all install:
	make $(MAKECMDGOALS) -C po

check:
	perl -cw $(NAME)

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

.PHONY: ChangeLog log changelog

log: ChangeLog

changelog: ChangeLog

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