aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-09-02 16:56:00 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-09-02 17:00:17 +0200
commitf0c0022d8cb9337015df845d9a31fbab39b87327 (patch)
treefe22465eff230fd2cca108b3495f95931f524f8d /Makefile.am
parent54cf00ba6e2cbea815d684415426ad28de9953fd (diff)
Piece together a CHANGELOG file from the release announcments
The CHANGELOG tries to summarize the change history of the project and currently contains changes from 2.0.0 onwards that could easily be extracted from the release mails. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9da38af..43bac49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ test_PROGRAMS =
test_SCRIPTS =
TESTS =
-EXTRA_DIST = COPYING
+EXTRA_DIST = COPYING CHANGELOG.md
include lib/Makemodule.am
include ubi-utils/Makemodule.am