diff options
author | Richard Yao <[email protected]> | 2018-09-18 15:03:47 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-09-18 12:03:47 -0700 |
commit | 145c88fb7bfb7e5941a0994daa3d9f4401a167a1 (patch) | |
tree | 1f8ba5e91d51d4ed6462dede37bb2ef10d774c8f /Makefile.am | |
parent | e0b7ff46c98ef19afe58b21df9255d243de1a662 (diff) |
Add NEWS file
I received a request for a NEWS file. That needs to be handled by Tony
and Brian, but for now, we can at least provide one that provides a link
to github so that users who expect NEWS files from their packages will
know where to go for release information.
Reviewed-by: Neal Gompa <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Closes #7918
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 55cae89fa..f2cd574a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ endif AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh copy-builtin EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am -EXTRA_DIST += META AUTHORS COPYRIGHT LICENSE NOTICE README.md +EXTRA_DIST += META AUTHORS COPYRIGHT LICENSE NEWS NOTICE README.md @CODE_COVERAGE_RULES@ |