From 59c4f1310fa9810c62b49e8628ecd32b9e3d4601 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 5 Jun 2024 17:26:47 +0200 Subject: drop locally including annotations as an asset --- Makefile | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3f4d92..f5b1aca 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,6 @@ BASE_SSH = $(SSH_HOST):$(SSH_BASE_PATH) BASE_IRI = https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/ BASE_URI = https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/ -ANNOT_TAGS = ontology reflection definition opinion editorial - #PAD_ARTICLES = worlding ARTICLES = waste worlding @@ -28,7 +26,7 @@ all: preview preview: quarto preview -render: $(ANNOT_TAGS:%=annot/%/index.qmd) +render: quarto render publish: @@ -49,22 +47,6 @@ learn/$(ONTOLOGIES_VERSION)/%.ttl: learn/%.ttl -e 's,\n\s*owl:imports\s[^\n]+;(?=\n),,g;' \ < $< > $@ -annot-all: annot-sync annot-render $(ANNOT_TAGS:%=annot/%/index.qmd) - -annot-sync: - gooseberry sync - -annot-render: - gooseberry make --uri urn:x-pdf:923a0c10ff1cdb4db772a8a948176c52 --clear --force - -$(ANNOT_TAGS:%=annot/%/index.qmd): annot/%/index.qmd: ~/gooseberry/%.md - @mkdir --parents $(dir $@) - perl -p \ - -e 's/^#(?=\s)/##/g;' \ - -e 's/^(?:Group|Created|Tags):.*\K/ /g;' \ - -e 's/^\[See in context\].*//g;' \ - $< > $@ - cal-all: cal-fetch cal-render cal-publish cal-fetch: -- cgit v1.2.3