diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 20 |
1 files changed, 1 insertions, 19 deletions
@@ -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: |