aboutsummaryrefslogtreecommitdiff
path: root/pw_software_update/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_software_update/BUILD.gn')
-rw-r--r--pw_software_update/BUILD.gn8
1 files changed, 7 insertions, 1 deletions
diff --git a/pw_software_update/BUILD.gn b/pw_software_update/BUILD.gn
index 73a8caba1..f6c209b97 100644
--- a/pw_software_update/BUILD.gn
+++ b/pw_software_update/BUILD.gn
@@ -65,7 +65,13 @@ pw_proto_library("protos") {
}
pw_doc_group("docs") {
- sources = [ "docs.rst" ]
+ sources = [
+ "cli.rst",
+ "design.rst",
+ "docs.rst",
+ "get_started.rst",
+ "guides.rst",
+ ]
}
if (pw_crypto_SHA256_BACKEND != "" && pw_crypto_ECDSA_BACKEND != "") {