Files
obitools4/doc/book/Makefile

14 lines
141 B
Makefile
Raw Normal View History

all: html pdf epub
.PHONY: html pdf epub all
html:
quarto render --to html
pdf:
quarto render --to pdf
epub:
quarto render --to epub