summaryrefslogtreecommitdiff
path: root/_make
diff options
context:
space:
mode:
Diffstat (limited to '_make')
-rw-r--r--_make/hedgedoc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/_make/hedgedoc.mk b/_make/hedgedoc.mk
index 7ae31b7..0256aa0 100644
--- a/_make/hedgedoc.mk
+++ b/_make/hedgedoc.mk
@@ -25,9 +25,9 @@
# * hedgedoc <https://github.com/hedgedoc/cli>
# * perl v5.36 or newer
-# resolve files and URIs from PADLIST
-_PADFILES = $(foreach i,$(PADLIST),$(firstword $(subst :,$() ,$i)))
-_padfile2uri = $(patsubst $1:%,%,$(filter $1:%,$(PADLIST)))
+# resolve files and URIs from PAD_LIST
+_PADFILES = $(foreach i,$(PAD_LIST),$(firstword $(subst :,$() ,$i)))
+_padfile2uri = $(patsubst $1:%,%,$(filter $1:%,$(PAD_LIST)))
# register with HedgeDoc service
pad-login: