aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-06-22 09:06:52 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-06-22 09:06:52 +0200
commit1844f4f31276227d6a4d512f1220e83373ea9498 (patch)
tree74b690c4b78c0f951a77c67426e42de1946584a9
parentdf35025b2be4a0dc9aadecc0e3110a21012683cf (diff)
Move INSTALL.doc into doc/README.md.
This will avoid in particular this ambiguous file extension. [ci skip]
-rw-r--r--README.md4
-rw-r--r--doc/README.md (renamed from INSTALL.doc)2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0903abdd4..df4ca8e40 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@ or refer to the [`INSTALL` file](INSTALL) for the procedure to install from sour
## Documentation
-The sources of the documentation can be found in directory [`doc`](doc). The
+The sources of the documentation can be found in directory [`doc`](doc).
+See [`doc/README.md`](/doc/README.md) to learn more about the documentation,
+in particular how to build it. The
documentation of the last released version is available on the Coq
web site at [coq.inria.fr/documentation](http://coq.inria.fr/documentation).
See also [Cocorico](https://github.com/coq/coq/wiki) (the Coq wiki),
diff --git a/INSTALL.doc b/doc/README.md
index 13e6440d0..c47f9f48a 100644
--- a/INSTALL.doc
+++ b/doc/README.md
@@ -62,7 +62,7 @@ To produce all documentation about Coq, just run:
Alternatively, you can use some specific targets:
make doc-ps
- to produce all PostScript documents
+ to produce all PostScript documents
make doc-pdf
to produce all PDF documents