summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey@wayofthemonkey.com>2013-05-12 14:06:15 -0400
committerRodney Dawes <dobey@wayofthemonkey.com>2013-05-12 14:06:15 -0400
commitb71945b5bf40ab07e5d87bb88e21ccd0188cf35b (patch)
tree1662bd80d308877255a1652abd9bfd706ac37dd0
parent80ac84dd13a4bddfc6f5098fcd7aa3c50042a270 (diff)
downloadintltool-b71945b5bf40ab07e5d87bb88e21ccd0188cf35b.tar.gz
Update .bzrignore with some new generated files.
Generate the ChangeLog in GNU changelog format, and only with last 50 changes.
-rw-r--r--.bzrignore5
-rw-r--r--Makefile.am2
2 files changed, 5 insertions, 2 deletions
diff --git a/.bzrignore b/.bzrignore
index 17820ca..2f3c0fe 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -1,11 +1,14 @@
+ChangeLog
Makefile
Makefile.in
+config.*
intltool-extract
intltool-merge
intltool-prepare
intltool-update
intltoolize
tests/selftest.pl
-*.gz
*.bz2
+*.gz
+*.xz
diff --git a/Makefile.am b/Makefile.am
index f1c3d58..89872f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,5 +47,5 @@ ChangeLog:
echo "ChangeLog can only be generated in a check-out."; \
exit 1; \
else \
- $(BZR) log > $@; \
+ $(BZR) log --gnu-changelog -l 50 > $@; \
fi