aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotin2007-10-05 15:41:55 +0000
committernotin2007-10-05 15:41:55 +0000
commit2f795136a28480f3865657fdc9cb4ecd3c5697bc (patch)
tree07065bc18c5cda0b2463b616c53abc5f423d3a3f
parentfb49cebedd135239d0a01bedd2dcd58d05329cad (diff)
Correction du bug #1715
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10183 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.build1
1 files changed, 1 insertions, 0 deletions
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)