aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-06-05 17:26:47 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-05 17:26:47 +0200
commit59c4f1310fa9810c62b49e8628ecd32b9e3d4601 (patch)
tree74cf811478816193758f48fad141f7991a2ac670 /Makefile
parent109b9ac27dc48a5a2c16e7326f3e8d04e75137ce (diff)
drop locally including annotations as an asset
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 1 insertions, 19 deletions
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: