aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm4
1 files changed, 4 insertions, 0 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 684f998b8f..8433d4903e 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
@@ -126,6 +126,10 @@ in your genrule's cmd attribute.
the tool is to use <code>$(location <i>toolname</i>)</code>,
where <i>toolname</i> must be listed in the <code>tools</code>
attribute for the genrule.</li>
+ <li><code>DEVELOPER_DIR</code>:
+ The base developer directory as defined on Apple architectures, most commonly
+ used in invoking Apple tools such as <code>xcrun</code>.
+ Supported only on Apple execution hosts.</li>
<li><code>GENDIR</code>: The base of the generated code
tree for the target architecture.</li>
<li><code>JAVABASE</code>: