diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |