git: 33e2f02e4c - main - doc: Remove build verbosity for the offline assets build

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Fri, 28 Jul 2023 01:42:10 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=33e2f02e4c64ebb63c5267f8af864a3a4c6bd00d

commit 33e2f02e4c64ebb63c5267f8af864a3a4c6bd00d
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-07-28 01:39:20 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-07-28 01:39:36 +0000

    doc: Remove build verbosity for the offline assets build
    
    The same has been made for the HTML build on 8548086.
---
 documentation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/Makefile b/documentation/Makefile
index 1ed2666850..d4e4bca048 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -44,7 +44,7 @@ GEMBASE?= 	${LOCALBASE}
 RUBY_CMD ?=	${LOCALBASE}/bin/ruby
 HUGO_CMD =	${LOCALBASE}/bin/hugo
 HUGO_ARGS?=	--minify
-HUGO_OFFLINE_ARGS?= 	--environment offline --verbose --minify
+HUGO_OFFLINE_ARGS?= 	--environment offline --minify
 ROUGIFY_CMD=	${GEMBASE}/bin/rougify
 ASCIIDOCTOR_CMD=	${GEMBASE}/bin/asciidoctor
 ASCIIDOCTORPDF_CMD=	${GEMBASE}/bin/asciidoctor-pdf