Skip to content
Snippets Groups Projects
Commit 2bf11f4f authored by Benoit Viguier's avatar Benoit Viguier
Browse files

add target html and gallinahtml

also add html folder to .gitignore so generated doc is not added to the repo
parent b8ffa59a
No related branches found
No related tags found
No related merge requests found
......@@ -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