diff options
| author | herbelin | 2009-09-15 21:54:42 +0000 |
|---|---|---|
| committer | herbelin | 2009-09-15 21:54:42 +0000 |
| commit | ab0472bdb856303c16f99649c803c8c5111b1c11 (patch) | |
| tree | 49671b887fef302768a3eda091b159f0daf4e2f5 /tools | |
| parent | d2597e2b62bbf6143d7b186c7c8cc597161fac2f (diff) | |
- Tentatively made order-dependency wrt .vo files a full dependency
of the doc (use "make QUICK=1" to shortcut it) otherwise, the
compilation of the doc is re-checked only when the doc files are
removed.
- Fixed a typo in coqdoc.sty and a redundancy in Makefile.common .
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12334 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqdoc/coqdoc.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdoc/coqdoc.sty b/tools/coqdoc/coqdoc.sty index 32e635240d..ba1173bee2 100644 --- a/tools/coqdoc/coqdoc.sty +++ b/tools/coqdoc/coqdoc.sty @@ -110,7 +110,7 @@ \newcommand{\coqref}[2]{#2} \newcommand{\texorpdfstring}[2]{#1} \newcommand{\identref}[2]{\textsf{#2}} - \newcommand{\coqlibrary}[2]{\cleardoublepage\chapter{#2\coqdoccst{#3}}} + \newcommand{\coqlibrary}[2]{\cleardoublepage\chapter{#1\coqdoccst{#2}}} \fi \usepackage{xr} |
