summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 252e968471eb99dd6f2edd51504fac960ef1a908 (plain)
1
2
3
4
5
6
7
8
9

SUBDIRS = minilzo services daemon client doc suse
AUTOMAKE_OPTIONS = foreign 1.6

.PHONY: changes
changes:
	sed -e "s#  *#:'#; s#\$$#>'#;" $$HOME/prod/kde-common/accounts | sed -e 's/  *\([^ ]*\)$$/ <\1/' > Changes.users
	cvs2cl.pl -I "CVS_SILENT.*" -U Changes.users
	rm Changes.users