summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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