commit: e68d74578f9f4bcb01584ffb4409f0bbfc03b0b0 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Mar 17 21:12:54 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Mar 17 21:12:54 2025 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=e68d7457
Add ChangeLog to DISTFILES * Makefile (DISTFILES): Add ChangeLog. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c5f6b4..e9b1c1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-03-17 Ulrich Müller <[email protected]> + + * Makefile (DISTFILES): Add ChangeLog. + 2025-03-09 Ulrich Müller <[email protected]> * Version 1.11 released. diff --git a/Makefile b/Makefile index 3385d1f..8a68130 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ICONFILES = sink.png \ emacs25_16.png emacs25_24.png emacs25_32.png emacs25_48.png \ emacs25_128.png emacs25.svg GSCHEMAFILES = org.gnu.emacs.defaults.gschema.xml -DISTFILES = README.gentoo.in README.daemon \ +DISTFILES = README.gentoo.in README.daemon ChangeLog \ site-start.el site-gentoo.el subdirs.el.in 10emacs-common-gentoo.el \ emacs.initd emacs-wrapper.sh emacs.service \ $(DESKTOPFILES) $(addprefix icons/,COPYRIGHT.icons $(ICONFILES)) \
