Skip to content

Commit e9a37be

Browse files
author
Andrew Jones
committed
Fix REVMARK
Running a double quoted asciidoc command line as a parameter to a docker run command line requires the asciidoc parameters to avoid using double quotes. Resolves: #99 Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
1 parent 32aba2c commit e9a37be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

0 commit comments

Comments
 (0)