diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
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 |
