Skip to content
Snippets Groups Projects
Commit 4610d8ab authored by Felipe Cerqueira's avatar Felipe Cerqueira
Browse files

Fix Makefile to show proper coqdoc

parent 3869c2a7
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,7 @@ coq_makefile -f _CoqProject $(find -name "*.v" ! -name "*#*" ! -name "*eqdec*.v" ...@@ -6,3 +6,7 @@ coq_makefile -f _CoqProject $(find -name "*.v" ! -name "*#*" ! -name "*eqdec*.v"
# and cause clashes for files with the same name. This forces full filenames and # and cause clashes for files with the same name. This forces full filenames and
# adds the rt. prefix # adds the rt. prefix
sed -i 's|$(notdir $(^:.vo=))|$(addprefix rt., $(subst /,., $(^:.vo=)))|g' Makefile sed -i 's|$(notdir $(^:.vo=))|$(addprefix rt., $(subst /,., $(^:.vo=)))|g' Makefile
# Fix 'make html' so that it parses comments and has links to ssreflect.
sed -i 's|-interpolate -utf8|-interpolate -utf8 --parse-comments --external https://math-comp.github.io/math-comp/htmldoc/ mathcomp|g' Makefile
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