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

SUBDIRS = data docs librazor src po

GIT=./missing --run git --git-dir=$(srcdir)/.git

$(srcdir)/ChangeLog:
	if test $@ -ot $(srcdir)/.git/$$($(GIT) rev-parse --symbolic-full-name HEAD); then \
		git-log --stat > $@;		\
	fi

.PHONY: $(srcdir)/ChangeLog

EXTRA_DIST = 			\
	TODO	 		\
	ChangeLog 		\
	intltool-extract.in 	\
	intltool-merge.in 	\
	intltool-update.in

DISTCLEANFILES = \
	intltool-extract	\
	intltool-merge		\
	intltool-update

clean-local :
	rm -f *~