From daa2a487577cf80eb9e5bbdd7cd6c0ef39ca1f57 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Feb 2021 10:18:34 +0100 Subject: Kill "changelog" We could have switched to git2cl but we already have "git log" for free. Keep ChangeLog as it list the real names vs usernames --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index e88b207..8a3da9b 100644 --- a/Makefile +++ b/Makefile @@ -50,10 +50,4 @@ dist: tag tag: git tag "$(VERSION)" -changelog: ../common/username -#svn2cl is available in our contrib. - svn2cl --authors ../common/username.xml --accum - rm -f ChangeLog.bak - svn commit -m "Generated by svn2cl the `date '+%c'`" ChangeLog - # Makefile ends here -- cgit v1.2.1