aboutsummaryrefslogtreecommitdiff
path: root/Makefile.install
diff options
context:
space:
mode:
authorMaxime Dénès2018-05-29 22:12:34 +0200
committerMaxime Dénès2018-05-29 22:12:34 +0200
commit853917631d58226d9669af64203901e2b19ed304 (patch)
tree8501b25829e78c3abf83a900f1a8561b90e51bd6 /Makefile.install
parentb073a2ceebe1d332d27852b6504cd809d21613b8 (diff)
parent2ccec00285b3bf67d230eedda120cd72c328cfbb (diff)
Merge PR #7593: Don't try to install native compiled files if native-compile is not set
Diffstat (limited to 'Makefile.install')
-rw-r--r--Makefile.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.install b/Makefile.install
index 0764b61fc7..984cfc05cc 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -82,7 +82,7 @@ endif
install-tools:
$(MKDIR) $(FULLBINDIR)
- # recopie des fichiers de style pour coqide
+ # copy style files for coqide
$(MKDIR) $(FULLCOQLIB)/tools/coqdoc
$(INSTALLLIB) tools/coqdoc/coqdoc.css tools/coqdoc/coqdoc.sty $(FULLCOQLIB)/tools/coqdoc
$(INSTALLBIN) $(TOOLS) $(FULLBINDIR)