diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-07 14:52:02 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-07 14:52:02 +0200 |
commit | f23d492777de1fab71d50fe5710d57828a67ba5f (patch) | |
tree | 13905002e007704f558c5d906d1f8aac0f60a385 /docs/Makefile.am | |
parent | 640b9733de74d629af68afcad0ff8bb658e80eff (diff) | |
download | curl-f23d492777de1fab71d50fe5710d57828a67ba5f.tar.gz |
docs/EXPERIMENTAL: explain what it means and what's experimental now
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index a29c059a1..2bde6bcb1 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -53,6 +53,7 @@ EXTRA_DIST = \ CODE_STYLE.md \ CONTRIBUTE.md \ DEPRECATE.md \ + EXPERIMENTAL.md \ FAQ \ FEATURES \ GOVERNANCE.md \ |