Date: Fri, 12 Feb 2021 22:16:05 GMT From: Daniel Ebdrup Jensen <debdrup@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: b474a50019 - main - FDP: Refer to the proper package name for hugo Message-ID: <202102122216.11CMG5ww033652@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by debdrup: URL: https://cgit.FreeBSD.org/doc/commit/?id=b474a500191b747d054b8fe71839bdc20cd3da86 commit b474a500191b747d054b8fe71839bdc20cd3da86 Author: Yasuhiro Kimura <yasu@utahime.org> AuthorDate: 2021-02-12 21:41:19 +0000 Commit: Daniel Ebdrup Jensen <debdrup@FreeBSD.org> CommitDate: 2021-02-12 21:57:29 +0000 FDP: Refer to the proper package name for hugo The package name 'hugo' refers to emulators/hugo, a PC Engine (TurboGrafx 16) emulator, whereas the hugo that is required by the new framework is www/gohugo. A similar case applies with the package name of AsciiDoctor, which is 'rubygem-asciidoctor'. Therefore fix package names so they refer to proper ones. PR: 253470 --- documentation/content/en/books/fdp-primer/tools/chapter.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/fdp-primer/tools/chapter.adoc b/documentation/content/en/books/fdp-primer/tools/chapter.adoc index 6ade0fe8b2..aa1347b4ba 100644 --- a/documentation/content/en/books/fdp-primer/tools/chapter.adoc +++ b/documentation/content/en/books/fdp-primer/tools/chapter.adoc @@ -27,7 +27,7 @@ Several software tools are used to manage the FreeBSD documentation and render i [[tools-required]] == Required Tools -Install `hugo` and `asciidoctor` as showed in the <<overview,the overview chapter>> from the Ports Collection. These applications are required to do useful work with the FreeBSD documentation. Some further notes on particular components are given below. +Install `gohugo` and `rubygem-asciidoctor` as showed in the <<overview,the overview chapter>> from the Ports Collection. These applications are required to do useful work with the FreeBSD documentation. Some further notes on particular components are given below. [[tools-optional]] == Optional Tools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102122216.11CMG5ww033652>