mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-01 22:55:52 +00:00
do not fail if the dir exists
This commit is contained in:
parent
522b1035fc
commit
7d1b8a2ae0
2
debian/rules
vendored
2
debian/rules
vendored
@ -338,7 +338,7 @@ build_doc:
|
||||
cd $$d && rm -f underscore.js && ln -s /usr/share/javascript/underscore/underscore.js && cd -; \
|
||||
done
|
||||
|
||||
mkdir debian/man/
|
||||
mkdir -p debian/man/
|
||||
help2man --version-string=$(LLVM_VERSION) clang/tools/scan-view/bin/scan-view > debian/man/scan-view-$(LLVM_VERSION).1
|
||||
help2man --version-string=$(LLVM_VERSION) clang/tools/clang-format/clang-format-diff.py > debian/man/clang-format-diff-$(LLVM_VERSION).1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user