aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.install
diff options
context:
space:
mode:
authorGravatar Jim Fehrle <jfehrle@sbcglobal.net>2018-05-23 20:22:56 -0700
committerGravatar Jim Fehrle <jfehrle@sbcglobal.net>2018-05-23 20:22:56 -0700
commit2ccec00285b3bf67d230eedda120cd72c328cfbb (patch)
treec854434fbd44915f298c41d0511dc68656336fb1 /Makefile.install
parent9df6df865fc71ed9840fc569d3aa3cc7cf4750aa (diff)
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 0764b61fc..984cfc05c 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)