summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: ffc8f666db8853090606387f8c84ec08ed19f25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = dist-xz no-dist-gzip

SUBDIRS = bin soundconverter data doc po

CLEANFILES=

EXTRA_DIST = autogen.sh
DISTCLEANFILES = intltool-extract.in intltool-merge.in intltool-update.in intltool-extract intltool-merge intltool-update


release: changelog dist
	echo git tag -a $(VERSION) -m release-$(VERSION)
	echo git push --tags 
	echo lp-project-upload soundconverter $(VERSION) soundconverter-$(VERSION).tar.xz

# generate the changelog from git log
changelog:
	git log 3fd8.. --pretty --numstat --summary | ./git2cl.pl > ChangeLog
	cat ChangeLog.old >> ChangeLog