aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 727798fa01a20ef4eb9f60b67af91f7ee33e776b (plain)
  1. allpreview
  2. render:
  3. quarto render
  4. preview:
  5. quarto preview
  6. lint-markdown:
  7. @mdl --ignore-front-matter --style .mdl.rb */*.qmd */*/*.qmd
  8. %.svg: _%.yml
  9. roadmap $< > $@
  10. %.svg: %.puml
  11. plantuml -pipe -tsvg < $< > $@
  12. .PHONY: all preview render publish lint-markdown