mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 08:08:31 +00:00
Merge remote-tracking branch 'origin/16' into snapshot
This commit is contained in:
commit
a4319f3cdf
4
debian/rules
vendored
4
debian/rules
vendored
@ -1007,6 +1007,10 @@ endif
|
|||||||
echo "Generating manpage of $$f"; \
|
echo "Generating manpage of $$f"; \
|
||||||
LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/:/usr/lib/*/libfakeroot help2man --no-info --version-string=$(LLVM_VERSION) $(TARGET_BUILD_STAGE2)/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1 || true; \
|
LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/:/usr/lib/*/libfakeroot help2man --no-info --version-string=$(LLVM_VERSION) $(TARGET_BUILD_STAGE2)/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1 || true; \
|
||||||
done
|
done
|
||||||
|
# Create the following directory regardless as libomp-16-doc
|
||||||
|
# is Architecture: all
|
||||||
|
mkdir -p openmp/runtime/doc/doxygen/generated/html/
|
||||||
|
|
||||||
if test "$(OPENMP_ENABLE)" = yes; then \
|
if test "$(OPENMP_ENABLE)" = yes; then \
|
||||||
cd openmp/runtime && doxygen doc/doxygen/config; cd -; \
|
cd openmp/runtime && doxygen doc/doxygen/config; cd -; \
|
||||||
cd openmp/runtime/doc/doxygen/generated/html/ && rm jquery.js && ln -s /usr/share/javascript/jquery/jquery.js; \
|
cd openmp/runtime/doc/doxygen/generated/html/ && rm jquery.js && ln -s /usr/share/javascript/jquery/jquery.js; \
|
||||||
|
Loading…
Reference in New Issue
Block a user