You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dc9daf9 (Makefile: Replace vbatts/pandoc with a PANDOC variable
2016-05-06, opencontainers#428) I'd misunderstood vbatts/pandoc as a call to a
locally-installed pandoc, when it's actually the name of a Docker
image [1,2]. With this commit, we prefer a local pandoc if one
exists, fall back to Docker and vbatts/pandoc if a local 'docker'
exists, and raise an error if neither 'pandoc' nor 'docker' exist.
[1]: opencontainers#440
[2]: opencontainers#428 (comment)
Reported-by: Qiang Huang <[email protected]>
Reported-by: Lai Jiangshan <[email protected]>
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments