From 2f795136a28480f3865657fdc9cb4ecd3c5697bc Mon Sep 17 00:00:00 2001 From: notin Date: Fri, 5 Oct 2007 15:41:55 +0000 Subject: Correction du bug #1715 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10183 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.build | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.build b/Makefile.build index a1ab3d09f0..80f327241e 100644 --- a/Makefile.build +++ b/Makefile.build @@ -598,6 +598,7 @@ install-tools:: $(MKDIR) $(FULLBINDIR) # recopie des fichiers de style pour coqide $(MKDIR) $(FULLCOQLIB)/tools/coqdoc + touch $(FULLCOQLIB)/tools/coqdoc/coqdoc.sty $(FULLCOQLIB)/tools/coqdoc/coqdoc.css # to have the mode according to umask (bug #1715) cp tools/coqdoc/coqdoc.css tools/coqdoc/coqdoc.sty $(FULLCOQLIB)/tools/coqdoc cp $(TOOLS) $(FULLBINDIR) -- cgit v1.2.3