From 72cec56b2a4ab1e421812b30c212cf0cb52a24f8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 1 Oct 2007 17:41:28 +0000 Subject: standard changelog rules --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5def1a7..57397a7 100644 --- a/Makefile +++ b/Makefile @@ -10,3 +10,13 @@ check: clean: make -C po clean find -name '*~' -exec rm {} \; + +.PHONY: ChangeLog log changelog + +log: ChangeLog + +changelog: ChangeLog + +ChangeLog: + svn2cl --accum --authors ../../soft/common/username.xml + rm -f *.bak -- cgit v1.2.1