From e947c9fa7f45ef4d0811311e3f720631e3a354be Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 1 Apr 2024 11:20:34 +0200 Subject: add team worlding --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b86d491..ee54f77 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SSH_BASE_PATH = public_websites/thoughtroam.abcde.../ BASE_SSH = $(SSH_HOST):$(SSH_BASE_PATH) BASE_IRI = https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/ -ARTICLES = learn code use +ARTICLES = learn code use worlding PERL_FILES = bin/hedgedoc2quarto bin/xmp2rdfxml @@ -62,6 +62,10 @@ pad-export-use: use/index.qmd hedgedoc export --md aFt_nNkYTQibl0CQrBJhtQ $< perl -g -e 's/\s*\z/\n/' $< +pad-export-worlding: worlding/index.qmd + hedgedoc export --md qfFl3xiaQWCbpoyNPbNsEA $< + perl -g -e 's/\s*\z/\n/' $< + $(ARTICLES:%=pad-import-%): pad-import-%: hedgedoc import $*/index.qmd -- cgit v1.2.3