aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-11 15:41:02 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-11 15:41:02 +0200
commit89be4eee2947c882c9b272e1a4fca9832e84b107 (patch)
tree1a84e544a3fd9bddda4c43f8bb55d72874832126 /Makefile
parentbe84dc0995d3c79f9ee901669abcbd066a6650de (diff)
add makefile to fetch live document
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a1673b3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+PAD_LIST = README.md:KtR5fUhXRuS_XnNEo_gpow
+
+# config hints used by helper script hedgedoc
+export HEDGEDOC_SERVER = https://hackmd.io/
+export HEDGEDOC_CONFIG_DIR = $(CURDIR)/_hedgedoc
+
+include _make/*.mk