Skip to content
Snippets Groups Projects

Use alectryon to generate doc with proof state

Merged Björn Brandenburg requested to merge wip-alectryon into master
4 files
+ 8
7
Compare changes
  • Side-by-side
  • Inline
Files
4
alectryon: $(GLOBFILES) $(VFILES)
$(SHOW)'Running alectryon on all .v files'
$(HIDE)scripts/alectryon.sh $(VFILES)
ALECTRYONFILES = $(patsubst %,html-alectryon/prosa.%,$(subst /,.,$(subst ./,,$(VFILES:.v=.html))))
html-alectryon/%.html: $(VOFILES)
$(HIDE)scripts/alectryon.sh $(patsubst %,%.v,$(subst html-alectryon/prosa/,,$(subst .,/,$(@:.html=))))
alectryon: $(ALECTRYONFILES)
Loading