aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-02-25 13:39:17 +0000
committerYann Herklotz <git@yannherklotz.com>2022-02-25 13:39:17 +0000
commitc1c5fc8e12342a9fe435c8066c8e9316036ff991 (patch)
treebddfebf8f9d4c68ad99ea94f78c04504b479ebf9 /Makefile
parente043d3bd21e9a0ebd37b8ac2ca262ed630a5b192 (diff)
downloadvericert-c1c5fc8e12342a9fe435c8066c8e9316036ff991.tar.gz
vericert-c1c5fc8e12342a9fe435c8066c8e9316036ff991.zip
Add more documentation and add coqdoc stylesheet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5577ba9..9c40941 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,10 @@ proof: Makefile.coq
doc: Makefile.coq
$(MAKE) COQDOCFLAGS="$(COQDOCFLAGS)" -f Makefile.coq html
+ cp ./docs/res/coqdoc.css html/.
+
+doc-pdf: Makefile.coq
+ $(MAKE) COQDOCFLAGS="$(COQDOCFLAGS)" -f Makefile.coq all.tex
extraction: src/extraction/STAMP