summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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;\