Files
obitools4/doc/book/Makefile
Eric Coissac c94b2974fb Reorganization of the documentation book directory
Former-commit-id: 095acaf9c8649b0e527c6253dc79330feedac865
2023-02-23 23:41:24 +01:00

14 lines
141 B
Makefile

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