mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 17:25:55 +00:00
fix the path in which man pages are now generated
This commit is contained in:
parent
5b373e7314
commit
25fa4b4134
2
debian/rules
vendored
2
debian/rules
vendored
@ -249,7 +249,7 @@ build_doc:
|
||||
-(cd $(TARGET_BUILD) && make $(NJOBS) docs-llvm-html docs-clang-html docs-clang-tools-html docs-polly-html docs-polly-man docs-clang-tools-man docs-clang-man docs-llvm-man)
|
||||
|
||||
# Rename manpages
|
||||
d=$(TARGET_BUILD)/docs/_build/man/; \
|
||||
d=$(TARGET_BUILD)/docs/man/; \
|
||||
if test -d $$d; then \
|
||||
cd $$d; \
|
||||
for f in *.1; do \
|
||||
|
Loading…
Reference in New Issue
Block a user