diff options
| -rw-r--r-- | Makefile.build | 1 |
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) |
