aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar lberki <lberki@google.com>2017-12-21 07:13:39 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-21 07:15:40 -0800
commit03ed827a80e3bc50f0e4f171e6728f5cc54fa099 (patch)
tree4e29a0737dc52e380544f6a72c8b673144831d9e
parent1b6bdd0348c209d235637f1a3a8ad1e67e050cb4 (diff)
Fix documentation about template variables.
RELNOTES: None. PiperOrigin-RevId: 179810894
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm
index d1ae290063..83379ae92c 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm
@@ -111,7 +111,7 @@ in your genrule's cmd attribute.
directories before invoking <code>java</code>, you need to capture the
working directory before changing it. This variable is only available if the
Java runtime, that is,
- -->
+
<code>@bazel_tools//tools/jdk:current_java_runtime</code>
or its host version (<code>current_host_java_runtime</code>) is in the
<code>toolchains</code> attribute.
@@ -159,7 +159,7 @@ in your genrule's cmd attribute.
It will have a "bin" subdirectory.</p>
<p>This variable is only available if the Java runtime, that is,
- -->
+
<code>@bazel_tools//tools/jdk:current_java_runtime</code>
or its host version (<code>current_host_java_runtime</code>) is in the
<code>toolchains</code> attribute.</p>