mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
missing tab....
This commit is contained in:
parent
02475ae436
commit
64b4268288
2
debian/rules
vendored
2
debian/rules
vendored
@ -1210,7 +1210,7 @@ endif
|
||||
fi
|
||||
|
||||
mkdir -p $(CURDIR)/debian/usr/share/doc/llvm-$(LLVM_VERSION)-doc/ $(CURDIR)/debian/usr/share/doc/clang-$(LLVM_VERSION)-doc/
|
||||
if test "$(DOC_GENERATION)" = yes; then \
|
||||
if test "$(DOC_GENERATION)" = yes; then \
|
||||
cp -R $(TARGET_BUILD_STAGE2)/docs/html $(CURDIR)/debian/usr/share/doc/llvm-$(LLVM_VERSION)-doc/; \
|
||||
cp -R $(TARGET_BUILD_STAGE2)/tools/clang/docs/html $(CURDIR)/debian/usr/share/doc/clang-$(LLVM_VERSION)-doc/; \
|
||||
cp -R $(TARGET_BUILD_STAGE2)/tools/clang/tools/extra/docs/html $(CURDIR)/debian/usr/share/doc/clang-$(LLVM_VERSION)-doc/clang-extra; \
|
||||
|
Loading…
Reference in New Issue
Block a user