Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 01:42:10 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 33e2f02e4c - main - doc: Remove build verbosity for the offline assets build
Message-ID:  <202307280142.36S1gAwT032373@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307280142.36S1gAwT032373>