summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-09-15 14:22:12 +0200
committerJonas Smedegaard <dr@jones.dk>2024-09-15 14:22:12 +0200
commit62a16536daa4015e327f87012ab280de886b7858 (patch)
tree63a170d02f96b909a51f6036046dc5bae715ffc2 /Makefile
parentb999e0d1279220110878b17706f686c37223a311 (diff)
setup make rules to handle Quarto
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88016be..97fdefa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,12 @@
+DOCUMENTS = rapport
+
PAD_LIST = _NOTES.qmd:bp3data
# config hints used by helper script hedgedoc
export HEDGEDOC_SERVER = https://pad.degrowth.net/
export HEDGEDOC_CONFIG_DIR = $(CURDIR)/_hedgedoc
+# match danish appendix header
+DOCUMENT_APPENDIX_REGEX = Bilag\\b
+
include _make/*.mk