diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.in | 5 | ||||
| -rw-r--r-- | doc/Reference-Manual.tex | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index f7573226d6..f1b0bdee2c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -27,15 +27,14 @@ LIBFILES=library/Logic.tex library/Datatypes.tex library/Peano.tex \ REFMANCOQTEXFILES=\ RefMan-gal.v.tex RefMan-ext.v.tex RefMan-tac.v.tex \ RefMan-cic.v.tex RefMan-lib.v.tex RefMan-tacex.v.tex \ - RefMan-syn.v.tex RefMan-tus.v.tex + RefMan-syn.v.tex RefMan-tus.v.tex RefMan-oth.v.tex COQTEXFILES= Cases.v.tex Coercion.v.tex Extraction.v.tex Program.v.tex\ Omega.v.tex Natural.v.tex Changes.v.tex Tutorial.v.tex Polynom.v.tex \ Programs.v.tex REFMANFILES= Reference-Manual.tex RefMan-pre.tex RefMan-int.tex \ - RefMan-pro.tex RefMan-oth.tex \ - RefMan-com.tex RefMan-uti.tex RefMan-add.tex \ + RefMan-pro.tex RefMan-com.tex RefMan-uti.tex RefMan-add.tex \ $(REFMANCOQTEXFILES) REFMAN=Reference-Manual diff --git a/doc/Reference-Manual.tex b/doc/Reference-Manual.tex index 1250a580e3..4677e1ab67 100644 --- a/doc/Reference-Manual.tex +++ b/doc/Reference-Manual.tex @@ -37,7 +37,7 @@ \include{RefMan-cic.v}% The Calculus of Constructions \part{The proof engine} -\include{RefMan-oth}% Vernacular commands +\include{RefMan-oth.v}% Vernacular commands \include{RefMan-pro}% Proof handling \include{RefMan-tac.v}% Tactics and tacticals \include{RefMan-tacex.v}% Detailed Examples of tactics |
