summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-08 14:26:35 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:41 +0200
commit62625d2d5d8a8d95e69230c802d5bd498627c97d (patch)
treea9662aa0f0e3a9d2ca49a28fcb940e0c16eb48f5
parentedaf9c72fd1623371beff228e0a5ff6fd4d0ee87 (diff)
drop make targets related to both waste and pad
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index eb73d96..0fa7b03 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/
-PAD_ARTICLES = waste worlding
+PAD_ARTICLES = worlding
ARTICLES = waste worlding
ONTOLOGIES = learning waste
@@ -47,8 +47,6 @@ 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)
@@ -56,10 +54,6 @@ 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 MJei_2e-SjahCtmRT-xiPw $@
perl -g -e 's/\s*\z/\n/' $@