ocamldoc: fix the path

This commit is contained in:
Sylvestre Ledru 2023-09-30 09:39:23 +02:00
parent f2ce615976
commit c50a4f0201

2
debian/rules vendored
View File

@ -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: