Skip to content
Snippets Groups Projects
Commit 52b68900 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'benoit/coq-stdpp-make_html'

parents 0ee40447 2bf11f4f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -11,3 +11,4 @@
.coq-native/
Makefile.coq
*.crashcoqide
html/
\ No newline at end of file
......@@ -36,6 +36,12 @@ build-dep:
opam install opam-builddep-temp --deps-only $(YFLAG)
opam pin remove opam-builddep-temp
html: Makefile.coq
+@make -f Makefile.coq html
gallinahtml: Makefile.coq
+@make -f Makefile.coq gallinahtml
# Some files that do *not* need to be forwarded to Makefile.coq
Makefile: ;
_CoqProject: ;
......
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