Use make to only build new files in the documentation

From: Rocky Hotas <rockyhotas_at_firemail.cc>
Date: Sun, 14 Nov 2021 18:31:14 UTC
Hello!
Chapter 5 of the ``FreeBSD Documentation Project Primer for New
Contributors'' shows how to build documentation:

 <https://docs.freebsd.org/en/books/fdp-primer/doc-build/>

I tried several consecutive times to run `make' for the
`documentation' (not the `website'), but each time it builds all
the files, even if none of them has been modified. The same with
`make build' (which populates `doc/documentation/public') and
`make run'.

My CPU is not that fast (it takes several minutes at each build). Is
there a way to build only the modified files, and not all the files,
each time?

Thank you anyway,

Rocky