From aae960fc0ed0a3a8d244c1c3d7c5363c17044cbc Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Sat, 20 May 2017 10:28:17 +0200 Subject: Mention ./configure in INSTALL.doc As prompted in https://coq.inria.fr/bugs/show_bug.cgi?id=2831 --- INSTALL.doc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.doc b/INSTALL.doc index 2472d2b2a6..21b21163c0 100644 --- a/INSTALL.doc +++ b/INSTALL.doc @@ -41,6 +41,7 @@ Compilation To produce all documentation about Coq, just run: + ./configure (if you hadn't already) make doc @@ -71,6 +72,10 @@ Alternatively, you can use some specific targets: to produce all formats of the Coq standard library +Also note the "-with-doc yes" option of ./configure to enable the +build of the documentation as part of the default make target. + + Installation ------------ -- cgit v1.2.3