diff options
-rw-r--r-- | Makefile.doc | 2 | ||||
-rw-r--r-- | doc/refman/Reference-Manual.tex | 1 | ||||
-rw-r--r-- | doc/sphinx/proof-engine/detailed-tactic-examples.rst (renamed from doc/refman/RefMan-tacex.tex) | 0 |
3 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.doc b/Makefile.doc index cfd606029..3ffea06e1 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -59,7 +59,7 @@ DOCCOMMON:=doc/common/version.tex doc/common/title.tex doc/common/macros.tex REFMANCOQTEXFILES:=$(addprefix doc/refman/, \ RefMan-gal.v.tex \ RefMan-lib.v.tex \ - RefMan-tacex.v.tex RefMan-syn.v.tex \ + RefMan-syn.v.tex \ RefMan-oth.v.tex RefMan-ltac.v.tex \ RefMan-pro.v.tex RefMan-sch.v.tex \ Cases.v.tex Coercion.v.tex CanonicalStructures.v.tex Extraction.v.tex \ diff --git a/doc/refman/Reference-Manual.tex b/doc/refman/Reference-Manual.tex index 85364870b..e63e6731e 100644 --- a/doc/refman/Reference-Manual.tex +++ b/doc/refman/Reference-Manual.tex @@ -102,7 +102,6 @@ Options A and B of the licence are {\em not} elected.} \include{RefMan-oth.v}% Vernacular commands \include{RefMan-pro.v}% Proof handling \include{RefMan-ltac.v}% Writing tactics -\include{RefMan-tacex.v}% Detailed Examples of tactics \lstset{language=SSR} \lstset{moredelim=[is][]{|*}{*|}} diff --git a/doc/refman/RefMan-tacex.tex b/doc/sphinx/proof-engine/detailed-tactic-examples.rst index 7cdb1a527..7cdb1a527 100644 --- a/doc/refman/RefMan-tacex.tex +++ b/doc/sphinx/proof-engine/detailed-tactic-examples.rst |