aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-23 09:14:00 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-23 09:14:00 +0200
commit737b45c7e0f1134e93b1dc4843bf3e072bae84d4 (patch)
tree760a48ec7bf7fc3390178b4f220fc12f4705e698 /configure.ml
parent884a70ba317a22f7fa5e84d19a88f345549c141e (diff)
parent87078054ad8af4dfb42c70f3460ef6cc01d48c5c (diff)
Merge PR#659: Mention ./configure in INSTALL.doc
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
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,
"<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,