diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-30 16:36:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | c4b7209e96284c0eb0e2b50c99275482110efd58 (patch) | |
tree | 2de945d10254fa59d7d082c2f9b30a7602cc4195 /Makefile | |
parent | eea1f8cae744ca32d4f9841127ee41288802f0b4 (diff) |
add make targets annot-all annot-sync annot-fetch annot-render
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -43,6 +43,17 @@ learn/$(ONTOLOGIES_VERSION)/%.ttl: learn/%.ttl -e 's,\n\s*owl:imports\s[^\n]+;(?=\n),,g;' \ < $< > $@ +annot-all: annot-sync annot-fetch + +annot-sync: + gooseberry sync + +annot-fetch: + gooseberry view --uri urn:x-pdf:923a0c10ff1cdb4db772a8a948176c52 > worlding/_annot.md + +annot-render: + gooseberry make --uri urn:x-pdf:923a0c10ff1cdb4db772a8a948176c52 --clear --force + cal-all: cal-fetch cal-render cal-publish cal-fetch: |