mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-23 09:35:57 +00:00
Create the following directory regardless as libomp-16-doc
is Architecture: all
This commit is contained in:
parent
bfd9eae69b
commit
0f9f7a801e
4
debian/rules
vendored
4
debian/rules
vendored
@ -980,6 +980,10 @@ endif
|
||||
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; \
|
||||
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 \
|
||||
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; \
|
||||
|
Loading…
Reference in New Issue
Block a user