summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-06-13 15:48:13 -0500
committerShaun McCance <shaunm@gnome.org>2010-06-13 15:48:13 -0500
commitf4c24db29a50930992fdce6b0153cff28e9d2b35 (patch)
treecc17cd9a473697269bf1ebf8fe280fcee95ff64e /Makefile.am
parent651e9d1c2be866e7eff33a66da954107fec01042 (diff)
downloadyelp-tools-f4c24db29a50930992fdce6b0153cff28e9d2b35.tar.gz
Removing g-d-u files that aren't used in yelp-tools
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c3e94b..68603ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,12 +2,12 @@ SUBDIRS = tools xml2po
EXTRA_DIST = \
COPYING.GPL \
- COPYING.LGPL \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in
+ COPYING.LGPL
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
+ChangeLog:
+ @if test -f $(top_srcdir)/.git/HEAD; then \
+ git log --stat > $@; \
+ fi
+
+dist: ChangeLog
+.PHONY: ChangeLog