Skip to content
Snippets Groups Projects
Commit 95c7b32b authored by Ralf Jung's avatar Ralf Jung
Browse files

hack Makefile to install .v files (for iris_options)

parent 3e35a2f1
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@
PROJECT=PIECES[2];
}
# Set the missing variable VFILES0 so that .v files are installed.
/^VOFILES0=/ {
print "VFILES0=$(patsubst theories/%,%,$(filter theories/%,$(VFILES)))"
}
# Patch the uninstall target to work properly, and to also uninstall stale files.
# Also see <https://coq.inria.fr/bugs/show_bug.cgi?id=4907>.
/^uninstall:/ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment