From 260102cf7f75db3c87d04a06eb8054853cacce97 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 7 Jul 2016 22:42:54 +0300 Subject: Generate ChangeLog from Git log * ChangeLog: Rename to ChangeLog.cvs * Makefile.am: Recreate ChangeLog. * bootstrap: Create a ChangeLog placeholder. * git2chg.awk: New file. --- bootstrap | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 658f0e5..db84eba 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011-2016 Free Software Foundation, Inc. # # GDBM is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -68,4 +68,7 @@ fi get_po test -d m4 || mkdir m4 +test -f ChangeLog || cat > ChangeLog <