From c4b7209e96284c0eb0e2b50c99275482110efd58 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 30 May 2024 16:36:10 +0200 Subject: add make targets annot-all annot-sync annot-fetch annot-render --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0647e0c..fe71696 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3