From c50a4f0201bf4b4baf01fde81071b900245078f7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 30 Sep 2023 09:39:23 +0200 Subject: [PATCH] ocamldoc: fix the path --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 472a5957..b4cf12e3 100755 --- a/debian/rules +++ b/debian/rules @@ -977,7 +977,7 @@ override_dh_prep: build_doc ifeq ($(DOC_GENERATION), no) 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)" else build_doc: