mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
ocamldoc: fix the path
This commit is contained in:
parent
f2ce615976
commit
c50a4f0201
2
debian/rules
vendored
2
debian/rules
vendored
@ -977,7 +977,7 @@ override_dh_prep: build_doc
|
|||||||
|
|
||||||
ifeq ($(DOC_GENERATION), no)
|
ifeq ($(DOC_GENERATION), no)
|
||||||
build_doc:
|
build_doc:
|
||||||
mkdir -p $(CURDIR)/tools/clang/stage2-bins/docs/ocamldoc/html/
|
mkdir -p $(TARGET_BUILD)/tools/clang/stage2-bins/docs/ocamldoc/html/
|
||||||
@echo "Don't build doc on this distro $(DISTRO)"
|
@echo "Don't build doc on this distro $(DISTRO)"
|
||||||
else
|
else
|
||||||
build_doc:
|
build_doc:
|
||||||
|
Loading…
Reference in New Issue
Block a user