From 4e2f11b6927cb0e4171b2758196f2310760617d2 Mon Sep 17 00:00:00 2001 From: Tharun T Date: Fri, 22 Mar 2024 18:34:55 +0530 Subject: [PATCH] doc build output correction Signed-off-by: Tharun T --- doc/manual/src/contributing/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/contributing/documentation.md b/doc/manual/src/contributing/documentation.md index 1dddb207c..46cca759d 100644 --- a/doc/manual/src/contributing/documentation.md +++ b/doc/manual/src/contributing/documentation.md @@ -30,7 +30,7 @@ To build the manual incrementally, [enter the development shell](./hacking.md) a make manual-html -j $NIX_BUILD_CORES ``` -and open `./outputs/out/share/doc/nix/manual/language/index.html`. +and open `./outputs/doc/share/doc/nix/manual/language/index.html`. In order to reflect changes to the [Makefile for the manual], clear all generated files before re-building: