Page MenuHomeFreeBSD

documentation: fdp-primer: update the build chapter
ClosedPublic

Authored by kevans on Jan 29 2021, 4:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 14, 1:11 PM
Unknown Object (File)
Thu, Nov 13, 2:34 AM
Unknown Object (File)
Oct 19 2025, 4:29 PM
Unknown Object (File)
Oct 19 2025, 4:29 PM
Unknown Object (File)
Oct 19 2025, 4:28 PM
Unknown Object (File)
Oct 17 2025, 2:26 AM
Unknown Object (File)
Oct 9 2025, 9:43 PM
Unknown Object (File)
Sep 16 2025, 12:30 AM

Details

Summary

Recent changes have renovated the build system, update to reflect those
changes. The changes specifically noted are:

The Makefiles have been resynced, slight adjustments to text.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kevans created this revision.

I also went ahead and rendered it for view here: https://people.freebsd.org/~kevans/doc/en/books/fdp-primer/#doc-build

I note that the website build doesn't --minify right now and adjusted the Makefile example; should it?

I note that the website build doesn't --minify right now and adjusted the Makefile example; should it?

The reason we can't have --minify right now is because it generate broken RSS file so we use www/tidy-html5 port for now.

Bullet point 4 in the quickstart needs to be removed, since move-shared no longer exists. :)
I don't know if you wanna fix it, but {git-doc-all} doesn't render properly, although that might be due to missing definitions?
The Website Makefile segment also needs to be updated with references to ./shared becoming ../shared/

This revision was not accepted when it landed; it landed in state Needs Review.Jan 29 2021, 5:21 PM
This revision was automatically updated to reflect the committed changes.

I just made the commit. Thanks for that!