From 27ff8beb35cc4fd1e6a05c6685a7903e9e64ecdf Mon Sep 17 00:00:00 2001 From: BenoƮt Viguier Date: Thu, 31 May 2018 17:52:12 +0200 Subject: Install the VERSION file along the .vo files This is useful for the VST project and can be useful for others. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f2879cd..5f042969 100644 --- a/Makefile +++ b/Makefile @@ -259,6 +259,7 @@ ifeq ($(INSTALL_COQDEV),true) install -d $(COQDEVDIR)/$$d && \ install -m 0644 $$d/*.vo $(COQDEVDIR)/$$d/; \ done + install -m 0644 ./VERSION $(COQDEVDIR) @(echo "To use, pass the following to coq_makefile or add the following to _CoqProject:"; echo "-R $(COQDEVDIR) compcert") > $(COQDEVDIR)/README endif -- cgit