aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-11-10 15:04:35 +0100
committerJonas Smedegaard <dr@jones.dk>2025-11-10 15:04:35 +0100
commit3631d051e7fd2c42b5b57dc0320224c524fd16ff (patch)
treec7d8cd6b5e8e2d03d47482334442ff97847bc9d4 /Makefile
parentb98853afdee75a00ca53c593b3bcef2f99fa3ab5 (diff)
add makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ec9bdca
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+DOCUMENTS = report
+
+PAD_LIST = \
+ plan-copyleft.md:ruc-copyleft-plan \
+ overview-copyleft.md:ruc-copyleft-copyleft \
+ overview-peer-prod-socialism.md:ruc-copyleft-peer-prod
+
+# config hints used by helper script hedgedoc
+export HEDGEDOC_SERVER = https://pad.degrowth.net/
+export HEDGEDOC_CONFIG_DIR = $(CURDIR)/_hedgedoc
+
+include _make/*.mk