1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00

Makefiles: Reflow

Minor grammar touch-ups to some comments as well.

Differential Revision:	https://reviews.freebsd.org/D54212
This commit is contained in:
Alexander Ziaee
2026-05-21 10:58:05 -04:00
parent c1e1241961
commit 714148a116
3 changed files with 64 additions and 59 deletions
+11 -10
View File
@@ -1,20 +1,21 @@
#
# This file is intended to drive the build of the entire doc tree. In order to
# build both the documentation and the website, one only need to execute:
# This file is intended to drive the build of the entire doc tree. In
# order to build both the documentation and the website, one only needs
# to execute:
#
# make all
#
# Here at the top-level of the repository. The same target may be executed in
# the individual directories to build just the documentation or just the
# website.
# Here at the top-level of the repository. The same target may be
# executed in the individual directories to build just the documentation
# or just the website.
#
# Note that the Makefiles within the individual components may also be used to
# spin up hugo's internal webserver for testing, by default on port 1313. This
# can be done with the `run` target.
# Note that the Makefiles within the individual components may also be
# used to spin up hugo's internal webserver for testing, by default on
# port 1313. This can be done with the `run` target.
#
SUBDIR+= documentation
SUBDIR+= website
SUBDIR+= documentation
SUBDIR+= website
SUBDIR_PARALLEL= yes