Skip to content

Commit 61a98eb

Browse files
committed
[gn] copy move clang-doc assets
Needed by clang-doc/basic-project.mustache.test from 79023db.
1 parent 1610d41 commit 61a98eb

File tree

1 file changed

+8
-0
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool

1 file changed

+8
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
copy("assets") {
22
sources = [
33
"../assets/clang-doc-default-stylesheet.css",
4+
"../assets/clang-doc-mustache.css",
5+
"../assets/class-template.mustache",
6+
"../assets/comment-template.mustache",
7+
"../assets/enum-template.mustache",
8+
"../assets/function-template.mustache",
49
"../assets/index.js",
10+
"../assets/mustache-index.js",
11+
"../assets/namespace-template.mustache",
12+
"../assets/template.mustache",
513
]
614
outputs = [ "$root_build_dir/share/clang-doc/{{source_file_part}}" ]
715
}

0 commit comments

Comments
 (0)