mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 12:33:45 +00:00
fix the path to llvm docs
This commit is contained in:
parent
d9d3428473
commit
e97c527468
2
debian/rules
vendored
2
debian/rules
vendored
@ -468,7 +468,7 @@ override_dh_prep: build_doc
|
||||
dh_prep
|
||||
|
||||
build_doc:
|
||||
cd $(CURDIR)/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
|
||||
cd $(CURDIR)/llvm/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
|
||||
cd $(CURDIR)/clang/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
|
||||
-(if test "$(OCAML_ENABLE)" = yes; then \
|
||||
make $(NJOBS) -C "$(TARGET_BUILD_STAGE2)/docs" ocaml_doc; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user