diff options
author | Brian Behlendorf <[email protected]> | 2021-04-02 16:33:40 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-07 13:26:58 -0700 |
commit | d539b7793469a02c7bb5229e0b5cf31dcfba1717 (patch) | |
tree | 359913bcfb1444a7ca278bab65cd36e9651b5356 /Makefile.am | |
parent | 202e7545dc12a2fdf5d610708a0dc84aff490466 (diff) |
Add RELEASES.md file
Document the project's policy regarding publishing and maintaining
official OpenZFS releases.
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11821
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b7cc4ce85..dd48b4a2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,8 +26,8 @@ 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 NEWS NOTICE README.md -EXTRA_DIST += CODE_OF_CONDUCT.md +EXTRA_DIST += AUTHORS CODE_OF_CONDUCT.md COPYRIGHT LICENSE META NEWS NOTICE +EXTRA_DIST += README.md RELEASES.md EXTRA_DIST += module/lua/README.zfs module/os/linux/spl/README.md # Include all the extra licensing information for modules |