aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-07-25 12:27:03 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-07-25 12:27:03 +0000
commitc04551d46beedb920ac563edd126712306d948c5 (patch)
tree2c3de80a3db11816d73c5f2c21101d7fa87245c4 /Makefile
parentcbcf5396a5e6055dee4cb6e026ea7c468b2b0c61 (diff)
Modifications de la construction de la documentation de la librairie
standard: - ajout d'une entrée dans le Makefile principal pour le fichier de globalisations glob.dump - modifications de doc/Makefile et de l'index html pour gérer les nouveaux fichiers de la librairie standard (en part. ceux dans Ints) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10049 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f97a2b98e..a8f8df9c0 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,9 @@ stage2 $(STAGE2_TARGETS): stage1
stage3 $(STAGE3_TARGETS): stage2
$(call stage-template,3)
+glob.dump: stage2
+ $(call stage-template,3)
+
###########################################################################
# Cleaning
###########################################################################