]> git.pld-linux.org Git - packages/llvm.git/blobdiff - llvm.spec
pull ocaml docs building out of doc condition
[packages/llvm.git] / llvm.spec
index c564d210f3885eea8bad34fd41829f755dae2ba3..661b739c4c64f9653ad5825e4f6f1a2f92b75ea4 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -811,9 +811,6 @@ fi
 %if %{with doc}
 %{__make} -C docs docs-llvm-html
 %{__make} -C docs docs-llvm-man
-%if %{with ocaml}
-%{__make} -C docs ocaml_doc
-%endif
 %{__make} -C tools/clang/docs docs-clang-html
 %{__make} -C tools/clang/docs docs-clang-man
 %{__make} -C tools/lld/docs docs-lld-html
@@ -826,6 +823,9 @@ cp -pnL %{_lib}/liblldb.so tools/lldb/docs/lldb/_lldb.so
 %{__make} -C tools/lldb/docs lldb-cpp-doc
 %endif
 %endif
+%if %{with ocaml}
+%{__make} -C docs ocaml_doc
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.076451 seconds and 4 git commands to generate.