diff options
| author | Théo Zimmermann | 2017-05-20 15:43:20 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-05-20 15:43:51 +0200 |
| commit | 87078054ad8af4dfb42c70f3460ef6cc01d48c5c (patch) | |
| tree | c742b2d457e12bff2bc73882d27b94143d753bd0 | |
| parent | aae960fc0ed0a3a8d244c1c3d7c5363c17044cbc (diff) | |
Deprecate -nodoc.
| -rw-r--r-- | configure.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml index 5330da7d37..679f524179 100644 --- a/configure.ml +++ b/configure.ml @@ -328,7 +328,7 @@ let args_options = Arg.align [ "-browser", arg_string_option Prefs.browser, "<command> Use <command> to open URL %s"; "-nodoc", Arg.Clear Prefs.withdoc, - " Do not compile the documentation"; + " Deprecated: use -with-doc no instead"; "-with-doc", arg_bool Prefs.withdoc, "(yes|no) Compile the documentation or not"; "-with-geoproof", arg_bool Prefs.geoproof, |
