mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
CHANGELOG: Use markdown
We will prefer CHANGELOG over NEWS just as matter of Gitlab's. Followup patch will move NEWS content to CHANGELOG. This patch renames NEWS -> CHANGELOG.md. The change in configure.ac is necessary as GNU style requires a NEWS file to be present. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
4c589e01fb
commit
533cf98e33
@ -21,6 +21,7 @@ EXTRA_DIST = \
|
||||
meson_options.txt \
|
||||
build-aux/git-version-gen \
|
||||
build-aux/meson/check-spice-common \
|
||||
CHANGELOG.md \
|
||||
.version \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ m4_include([subprojects/spice-common/m4/spice-deps.m4])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
AC_CONFIG_AUX_DIR(.)
|
||||
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects])
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects foreign])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AC_PROG_CC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user