Renamed changelog file to conform to conventions, and modified Makefile.am so it won't give errors about missing NEWS or ChangeLog files.

This commit is contained in:
Razzaline Reindell 2023-10-28 11:31:20 +13:00
parent 0162204043
commit 953803c21b
Signed by: razzaline
GPG key ID: EE490CF921601D05
3 changed files with 4 additions and 1 deletions

View file

@ -10,3 +10,7 @@ DISTCLEANFILES = libtool-disable-static
m4datadir = @M4DATADIR@
EXTRA_DIST = autogen.sh
# So Automake won't complain about these files being missing
NEWS: CHANGELOG.md
ChangeLog: CHANGELOG.md

1
NEWS
View file

@ -1 +0,0 @@