Skip to content
Snippets Groups Projects
Commit cc77d2e1 authored by Björn Brandenburg's avatar Björn Brandenburg Committed by Pierre Roux
Browse files

Makefile: add a `make tutorial` target

parent 3b127078
No related branches found
No related tags found
1 merge request!191Draft: Initiate a Prosa Tutorial
......@@ -4,3 +4,8 @@ html-alectryon/%.html: $(VOFILES)
$(HIDE)scripts/alectryon.sh $(patsubst %,%.v,$(subst html-alectryon/prosa/,,$(subst .,/,$(@:.html=))))
alectryon: $(ALECTRYONFILES)
tutorial: $(VOFILES) doc/tutorial.v
$(SHOW)'Compiling the tutorial with alectryon: doc/tutorial.v -> html/tutorial.html'
$(HIDE)mkdir -p html
$(HIDE)alectryon -R . prosa --frontend coq+rst --backend webpage --output-directory "html" doc/tutorial.v
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