mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Remove HTML asset files from /usr/share/clang-doc
In https://github.com/fedora-llvm-team/llvm-snapshots/issues/564#issuecomment-2191023635 we noticed that `clang-doc-default-stylesheet.css` and `index.js` are no longer installed to `/usr/share/clang` but `/usr/share/clang-doc` instead. This addresses the [change in upstream](https://github.com/llvm/llvm-project/pull/96555).
This commit is contained in:
parent
102959aa2f
commit
5d65390bed
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ rm -vf %{buildroot}%{_datadir}/clang/clang-format-sublime.py*
|
||||||
# TODO: Package html docs
|
# TODO: Package html docs
|
||||||
rm -Rvf %{buildroot}%{_docdir}/LLVM/clang/html
|
rm -Rvf %{buildroot}%{_docdir}/LLVM/clang/html
|
||||||
rm -Rvf %{buildroot}%{_docdir}/LLVM/clang-tools/html
|
rm -Rvf %{buildroot}%{_docdir}/LLVM/clang-tools/html
|
||||||
rm -Rvf %{buildroot}%{_datadir}/clang/clang-doc-default-stylesheet.css
|
rm -Rvf %{buildroot}%{_datadir}/clang-doc/clang-doc-default-stylesheet.css
|
||||||
rm -Rvf %{buildroot}%{_datadir}/clang/index.js
|
rm -Rvf %{buildroot}%{_datadir}/clang-doc/index.js
|
||||||
|
|
||||||
# TODO: What are the Fedora guidelines for packaging bash autocomplete files?
|
# TODO: What are the Fedora guidelines for packaging bash autocomplete files?
|
||||||
rm -vf %{buildroot}%{_datadir}/clang/bash-autocomplete.sh
|
rm -vf %{buildroot}%{_datadir}/clang/bash-autocomplete.sh
|
||||||
|
|
Loading…
Reference in a new issue