diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-11 17:16:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-12 09:35:39 +0100 |
commit | cbaaae44fee13767a2436cc358348236342fbb9c (patch) | |
tree | 7aed9b0c3f5b40afc5c03ce04fed02614a5f1baa /docs/Makefile.am | |
parent | 13182b33f727cf5a56a5a13419904369f7f3baad (diff) | |
download | curl-cbaaae44fee13767a2436cc358348236342fbb9c.tar.gz |
CURL-DISABLE: initial docs for the CURL_DISABLE_* defines
The disable-scan script used in test 1165 is extended to also verify
that the docs cover all used defines and all defines offered by
configure.
Reported-by: SLDiggie on github
Fixes #4545
Closes #4587
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 b26967024..5ce0d8397 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -52,6 +52,7 @@ EXTRA_DIST = \ CODE_OF_CONDUCT.md \ CODE_STYLE.md \ CONTRIBUTE.md \ + CURL-DISABLE.md \ DEPRECATE.md \ ESNI.md \ EXPERIMENTAL.md \ |