auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

main df2c08f4 069/257: Better ChangeLog generation


From: Tassilo Horn
Subject: main df2c08f4 069/257: Better ChangeLog generation
Date: Fri, 19 Apr 2024 15:36:27 -0400 (EDT)

branch: main
commit df2c08f427f2e8a49a5634cc5784f3a8dda75b7c
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Better ChangeLog generation
    
    * GNUmakefile (IGNORED): Better ChangeLog generation.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 25e8d265..37d6d185 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -52,7 +52,7 @@ README: doc/intro.texi doc/preview-readme.texi doc/macros.texi
        (cd doc; $(MAKEINFO_PLAIN) preview-readme.texi --output -) >> $@
 
 # Commands copied&adapted from autogen.sh and doc/Makefile.in.
-IGNORED:=$(shell ./build-aux/gitlog-to-changelog --since=2015-11-13 > 
ChangeLog && cat ChangeLog.1 >> ChangeLog)
+IGNORED:=$(shell rm ChangeLog && ./build-aux/gitlog-to-auctexlog && cat 
ChangeLog.1 >> ChangeLog)
 AUCTEXDATE:=$(shell LANG=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog)
 THISVERSION:=$(shell sed -n '2,/^[0-9]/s/.*Version \(.*\) released\..*/\1/p' 
ChangeLog)
 LASTVERSION:=$(shell sed -n '/.*Version .* released\./{s/.*Version \(.*\) 
released\..*/\1/p;q}' ChangeLog)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]