[Bug 269540] `make run` is invalid in top level of doc
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269540] `make run` is invalid in top level of doc"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 15:18:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269540 --- Comment #1 from Andrey Portnoy <aportnoy@fastmail.com> --- Context: documentation primer section 1.2.2 (https://docs.freebsd.org/en/books/fdp-primer/overview/#gnu-linux-installation-process) suggests running `bmake` from top of tree to build the docs, followed by `bmake run`. What it doesn't point out is you first need to change directory to say documentation or website before invoking `bmake run`. The patch adds a warning about this. -- You are receiving this mail because: You are the assignee for the bug.