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
+8 -8
View File
@@ -3,15 +3,15 @@
# Copyright (c) 2020-2026, The FreeBSD Documentation Project
# Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
#
# Targets intended for use on the command line
# Targets intended for use on the command line:
#
# all (default) - generate the releases.toml and compile all the website
# run - serves the built website for local browsing
# all (default) - Generate releases.toml and compile the website.
# run - Serve the built website for local browsing.
#
# The run target uses hugo's built-in webserver to make the built website
# available for local browsing. The website should have been built prior
# to attempting to use the `run` target. By default, hugo will start its
# webserver on port 1313.
# The run target uses hugo's built-in webserver to make the built
# website available for local browsing. The website should have been
# built prior to attempting to use the `run` target. By default, hugo
# will start its webserver on port 1313.
MAINTAINER=carlavilla@FreeBSD.org
@@ -47,7 +47,7 @@ LANGUAGES= ${ALL_LANGUAGES}
.endif
# Take the list of all languages, and take out the ones we have been
# asked for via DOC_LANG. We'll feed this to hugo.
# asked for via DOC_LANG. We'll feed this to hugo.
SKIP_LANGS=
.for a in ${ALL_LANGUAGES}
.if ${LANGUAGES:M${a}} == ""