~ubuntu-branches/ubuntu/vivid/writerperfect/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = build src

EXTRA_DIST = \
	autogen.sh \
	config.h.in \
	AUTHORS NEWS README COPYING.MPL COPYING.LGPL

distclean-local:
	rm -rf *.cache *~ *.out

dist-hook:
	git log --date=short --pretty="format:@%cd  %an  <%ae>  [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog