aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2021-02-08 10:18:34 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2021-02-08 10:18:36 +0100
commitdaa2a487577cf80eb9e5bbdd7cd6c0ef39ca1f57 (patch)
tree8912332e70b7a8c23e11ea1b6fecc111fb779208 /Makefile
parentb1d54bf63533bb29c411bdfcdaa4d9fdc1c66f10 (diff)
downloads2u-master.tar
s2u-master.tar.gz
s2u-master.tar.bz2
s2u-master.tar.xz
s2u-master.zip
Kill "changelog"HEADmaster
We could have switched to git2cl but we already have "git log" for free. Keep ChangeLog as it list the real names vs usernames
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 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