diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-02 15:03:05 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-02 15:03:05 (EST) |
commit | 911205c9e17afe470747e616a68ea7938e42b540 (patch) | |
tree | 8c45a246efdce95e09c19e9a3df842e4b345671c /Makefile.am | |
parent | 580f3650ea8c3c01e5f8b0986df36822033225b5 (diff) |
Makefile.am: Never colorize ChangeLog.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dbcd47b..cc61010 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,7 +122,7 @@ dist-hook: if [ -d '$(srcdir)/.git' ]; then \ printf 'Generated file. Do not edit.\n\n' \ >'$(distdir)/ChangeLog~'; \ - git log --stat >>'$(distdir)/ChangeLog~'; \ + git log --stat --color=never >>'$(distdir)/ChangeLog~'; \ mv '$(distdir)/ChangeLog~' '$(distdir)/ChangeLog'; \ fi |