From c5f71d0fa5f727a34ceef9ad0c8a24165d4a532e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 29 Sep 2023 12:09:40 +0200 Subject: [PATCH] debug info: show when we are not building the doc --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 2210a83f..25c5a406 100755 --- a/debian/rules +++ b/debian/rules @@ -565,6 +565,7 @@ preconfigure: @echo "LIBCXX_WASM_ENABLE=$(LIBCXX_WASM_ENABLE)" @echo "SCCACHE_ENABLE=$(SCCACHE_ENABLE)" @echo "LLVM_SPIRV_INSTALLED=$(LLVM_SPIRV_INSTALLED)" + @echo "DOC_GENERATION=$(DOC_GENERATION)" for f in debian/*.in; do \ f2=$$(echo $$f | sed 's/\.in$$//;s/X\.Y/$(LLVM_VERSION)/'); \