colorize external links

This commit is contained in:
2025-10-06 18:32:36 +02:00
parent a90543cdbd
commit 178be2e174
3 changed files with 11 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
view_example: documentation.pdf
xdg-open $<
.PHONY: watch_example
watch_example:
typst watch --font-path template/fonts example.typ & xdg-open documentation.pdf
.PHONY: watch_documentation
watch_documentation:
typst watch --font-path template/fonts documentation.typ & xdg-open documentation.pdf
.PHONY: documentation
documentation: documentation.pdf