Changeset 7975c68a
- Timestamp:
- 10/25/2021 08:11:56 PM (20 months ago)
- Branches:
- 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ae686767
- Parents:
- 3e8c126
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/llvm.xml
r3e8c126 r7975c68a 282 282 is installed into /usr/doc/clang. So we have just to move it. --> 283 283 <para> 284 If you have built the thellvm documentation, it has been installed284 If you have built the llvm documentation, it has been installed 285 285 by the above command, but it needs to be moved. As the 286 286 <systemitem class="username">root</systemitem> user: … … 288 288 289 289 <screen role="root" 290 remap="doc"><userinput> 291 install -v -d -m755 /usr/share/doc/llvm-&llvm-version; && 290 remap="doc"><userinput>install -v -d -m755 /usr/share/doc/llvm-&llvm-version; && 292 291 mv -v /usr/share/doc/llvm/html /usr/share/doc/llvm-&llvm-version;/llvm-html && 293 292 rmdir -v /usr/share/doc/llvm</userinput></screen> … … 300 299 301 300 <screen role="root" 302 remap="doc"><userinput> 303 install -v -d -m755 /usr/share/doc/llvm-&llvm-version; && 301 remap="doc"><userinput>install -v -d -m755 /usr/share/doc/llvm-&llvm-version; && 304 302 mv -v /usr/share/doc/clang/html /usr/share/doc/llvm-&llvm-version;/clang-html && 305 303 rmdir -v /usr/share/doc/clang</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.