summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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