From 87078054ad8af4dfb42c70f3460ef6cc01d48c5c Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Sat, 20 May 2017 15:43:20 +0200 Subject: Deprecate -nodoc. --- configure.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ml') diff --git a/configure.ml b/configure.ml index 5330da7d3..679f52417 100644 --- a/configure.ml +++ b/configure.ml @@ -328,7 +328,7 @@ let args_options = Arg.align [ "-browser", arg_string_option Prefs.browser, " Use 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, -- cgit v1.2.3