From 05498aa2d4c9ee0e852323fe739bb34f656d189c Mon Sep 17 00:00:00 2001 From: Jordi Albornoz Date: Mon, 14 Oct 2002 11:19:34 +0000 Subject: [PATCH] add a "changelog" target, generates a CVS-based changelog. Requires cvs2cl. --- ChangeLog | 5 +++++ Makefile.am | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 53137a7..18155c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-14 Jordi Mallach + + * Makefile.am: add a "changelog" target, generates a CVS-based + changelog. Requires cvs2cl. + 2002-10-14 Jordi Mallach * NEWS: update for 0.4.2. diff --git a/Makefile.am b/Makefile.am index 11131cf..1943189 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,3 +11,7 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README \ config.guess config.sub config.rpath install-sh missing \ mkinstalldirs $(icon_DATA) $(util_DATA) + + +changelog: + cvs2cl -b --utc -S --no-wrap -f ChangeLog.CVS -- 2.50.1