aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/BUILD
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2015-11-18 16:16:22 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-11-19 09:58:57 +0000
commit251d75475e90567a1b3752af26ec185cbdc09d10 (patch)
tree79fee53adcaea559c35c06031721461df77de340 /site/BUILD
parent47ea94897a06fac211609d62b92f0548e3fdfb4d (diff)
Open source BazelDocumentationTest (and fix documentation).
-- MOS_MIGRATED_REVID=108145081
Diffstat (limited to 'site/BUILD')
-rw-r--r--site/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/BUILD b/site/BUILD
new file mode 100644
index 0000000000..58365fe661
--- /dev/null
+++ b/site/BUILD
@@ -0,0 +1,3 @@
+exports_files(
+ ["docs/bazel-user-manual.html"],
+)