aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmamane2009-08-25 19:05:59 +0000
committerlmamane2009-08-25 19:05:59 +0000
commit2228cfd26f92c383c795fb6e34d641d3c4e9b83a (patch)
tree31ef988970eb1697bbbf7e933790faa9790a14f4
parent430bb930ecaf76d7360969741ce9da619a9f9a89 (diff)
Delegate _all_ doc targets to stage2
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12293 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.common9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 5a2817e419..ccf79331d8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -643,7 +643,11 @@ VO_TARGETS:=logic arith bool narith zarith qarith lists strings sets \
funind cc subtac rtauto
DOC_TARGETS:=doc doc-html doc-ps doc-pdf stdlib refman tutorial faq \
- rectutorial refman-quick refman-nodep stdlib-nodep
+ rectutorial refman-quick refman-nodep stdlib-nodep \
+ install-doc install-doc-meta install-doc-html install-doc-printable install-doc-index-url \
+ ide/index_urls.txt
+
+DOC_TARGET_PATTERNS:=%.dvi %.ps %.eps %.pdf %.html %.v.tex %.hva
STAGE2_TARGETS:=$(COQBINARIES) lib kernel byterun library proofs tactics \
interp parsing pretyping highparsing toplevel hightactics \
@@ -653,7 +657,8 @@ STAGE2_TARGETS:=$(COQBINARIES) lib kernel byterun library proofs tactics \
world install coqide coqide-files coq coqlib \
coqlight states pcoq-files check init theories theories-light \
$(DOC_TARGETS) $(VO_TARGETS) validate \
- %.vo %.glob states/% install-% %.ml4-preprocessed
+ %.vo %.glob states/% install-% %.ml4-preprocessed \
+ $(DOC_TARGET_PATTERNS)
ifndef CM_STAGE1
STAGE2_TARGETS+=$(CAML_OBJECT_PATTERNS)