summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-bazel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-bazel.txt')
-rw-r--r--Documentation/dev-bazel.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt
index 08529dfcba..a2bd6fca6e 100644
--- a/Documentation/dev-bazel.txt
+++ b/Documentation/dev-bazel.txt
@@ -225,6 +225,19 @@ The html files will be bundled into `searchfree.zip` in this location:
bazel-bin/Documentation/searchfree.zip
----
+To use local fonts with the searchfree target:
+
+----
+ bazel build Documentation:searchfree_safe
+----
+
+The html files will be bundled into `searchfree.zip` or `searchfree_safe.zip` in this location:
+
+----
+ bazel-bin/Documentation/searchfree.zip
+ bazel-bin/Documentation/searchfree_safe.zip
+----
+
To generate HTML files skipping the zip archiving:
----