aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-12-14 00:00:59 -0500
committerSteph Enders <steph@senders.io>2025-12-14 00:00:59 -0500
commitb7d58f5ca6bced94c3e031c4f53f377605367039 (patch)
treead9c17bd7bb82e74e55c6e535cae7ecdd5a490a7 /Makefile
parent21424b25438059a39dcdcd94ea31b6746e5c69d2 (diff)
Fix version setting in Makefile release step
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5f3be7..a69640a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ setup: clean
release:
cp docs/*.[1-9] build/
- sed -i "s/[{]RELEASE[}]/$(cat VERSION)/1" build/*.*
+ sed -i "s/[{]RELEASE[}]/$$(cat VERSION)/1" build/*.*
gzip:
gzip build/*.1