aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-03 16:23:31 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:41 +0200
commit6b24954db14e762c1748c96dbc865d4aae0803ef (patch)
tree310d255a09c86e1c5da9e5bb7ac49a3675dddf14 /Makefile
parentdfef328a9a5bb3054557b5564f809166d98aa439 (diff)
make waste report
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b21138b..eb73d96 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ SSH_BASE_PATH = public_websites/thoughtroam.abcde.../
BASE_SSH = $(SSH_HOST):$(SSH_BASE_PATH)
BASE_IRI = https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/
-PAD_ARTICLES = worlding
-ARTICLES = worlding
+PAD_ARTICLES = waste worlding
+ARTICLES = waste worlding
ONTOLOGIES = learning waste
@@ -47,6 +47,8 @@ pad-list:
pad-export-all: $(PAD_ARTICLES:%=pad-export-%)
+pad-export-worlding: ref.bib waste/index.qmd
+
pad-export-worlding: ref.bib worlding/index.qmd \
$(patsubst %,worlding/_%.qmd,baggrund teori_og_metode undersøgelser konklusion perspektivering kilder planer)
@@ -54,8 +56,12 @@ ref.bib:
hedgedoc export --md 8krqOrqnR0iAIExDTtTrxw $@
perl -g -e 's/\s*\z/\n/' $@
+waste/index.qmd:
+ hedgedoc export --md EXC6tW48SYu0_s_MA6cORw $@~
+ bin/hedgedoc2quarto $@~ $@
+
worlding/index.qmd:
- hedgedoc export --md EXC6tW48SYu0_s_MA6cORw $@
+ hedgedoc export --md MJei_2e-SjahCtmRT-xiPw $@
perl -g -e 's/\s*\z/\n/' $@
worlding/_baggrund.qmd: