Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
The revmark string shouldn't have its quotes escaped.

Signed-off-by: Andrew Jones <[email protected]>
  • Loading branch information
jones-drew committed Jan 7, 2025
1 parent d082546 commit 337cd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= v0.0.1
REVMARK ?= \"This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.\"
REVMARK ?= "This document is in development. Assume everything can change. See http://riscv.org/spec-state for details."
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest

Expand Down

0 comments on commit 337cd87

Please sign in to comment.