summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-01 18:15:37 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-01 18:15:37 +0000
commit8be71280655b0bf270fd254324292379b2c5d89c (patch)
tree48f5f5441d97df2dacdf86e12237d705b44fccd5
parented18949e547a0a6c9639acd0b03ede137805cc60 (diff)
Generate a smaller ChangeLogtelepathy-spec-0.19.0
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3d4cf633..b3a9063e 100644
--- a/Makefile
+++ b/Makefile
@@ -126,8 +126,7 @@ dist:
> "$$distname".tar;\
rm -rf tmp/"$$distname";\
mkdir tmp/"$$distname";\
- $(GIT) log --stat > tmp/"$$distname"/ChangeLog || \
- $(GIT) log > tmp/"$$distname"/ChangeLog;\
+ $(GIT) log telepathy-spec-0.16.0.. > tmp/"$$distname"/ChangeLog; \
$(TAR) -rf "$$distname".tar -C tmp --owner 0 --group 0 --mode 0664 \
"$$distname"/ChangeLog;\
$(GZIP) -9 "$$distname".tar;\