From 3631d051e7fd2c42b5b57dc0320224c524fd16ff Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 10 Nov 2025 15:04:35 +0100 Subject: add makefile --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3