diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2015-02-17 21:38:13 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2015-02-17 21:38:13 +0100 |
commit | 30076f81448721c49b86846de638cbc936c085fb (patch) | |
tree | caf0b8313f44fdadb5ccbd1b058a8d485fa9d9d5 /doc/common/styles | |
parent | 9d141fe86f68f2de7058d317874edc4c0885ebc6 (diff) |
Separate index for vernacular options.
Diffstat (limited to 'doc/common/styles')
-rw-r--r-- | doc/common/styles/html/coqremote/cover.html | 1 | ||||
-rw-r--r-- | doc/common/styles/html/coqremote/styles.hva | 1 | ||||
-rw-r--r-- | doc/common/styles/html/simple/cover.html | 1 | ||||
-rw-r--r-- | doc/common/styles/html/simple/styles.hva | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/doc/common/styles/html/coqremote/cover.html b/doc/common/styles/html/coqremote/cover.html index 7b8f82960..db8271709 100644 --- a/doc/common/styles/html/coqremote/cover.html +++ b/doc/common/styles/html/coqremote/cover.html @@ -88,6 +88,7 @@ <ul class="menu"> <li><a href="general-index.html">General</a></li> <li><a href="command-index.html">Commands</a></li> + <li><a href="option-index.html">Options</a></li> <li><a href="tactic-index.html">Tactics</a></li> <li><a href="error-index.html">Errors</a></li> </ul> diff --git a/doc/common/styles/html/coqremote/styles.hva b/doc/common/styles/html/coqremote/styles.hva index 94fb0d38b..a09dc4f85 100644 --- a/doc/common/styles/html/coqremote/styles.hva +++ b/doc/common/styles/html/coqremote/styles.hva @@ -53,6 +53,7 @@ <ul class="menu"> <li><a href="general-index.html">General</a></li> <li><a href="command-index.html">Commands</a></li> + <li><a href="option-index.html">Options</a></li> <li><a href="tactic-index.html">Tactics</a></li> <li><a href="error-index.html">Errors</a></li> </ul> diff --git a/doc/common/styles/html/simple/cover.html b/doc/common/styles/html/simple/cover.html index c2ac2c19d..1641a1ed3 100644 --- a/doc/common/styles/html/simple/cover.html +++ b/doc/common/styles/html/simple/cover.html @@ -58,6 +58,7 @@ <li><a href="toc.html">Table of contents</a></li> <li><a href="general-index.html">General index</a></li> <li><a href="command-index.html">Commands index</a></li> + <li><a href="option-index.html">Options index</a></li> <li><a href="tactic-index.html">Tactics index</a></li> <li><a href="error-index.html">Errors index</a></li> </ul> diff --git a/doc/common/styles/html/simple/styles.hva b/doc/common/styles/html/simple/styles.hva index 71c4ffedf..20d0d4dd0 100644 --- a/doc/common/styles/html/simple/styles.hva +++ b/doc/common/styles/html/simple/styles.hva @@ -32,6 +32,7 @@ <li><a href="toc.html">Table of contents</a></li> <li><a href="general-index.html">General index</a></li> <li><a href="command-index.html">Commands index</a></li> + <li><a href="option-index.html">Options index</a></li> <li><a href="tactic-index.html">Tactics index</a></li> <li><a href="error-index.html">Errors index</a></li> </ul> |