git: d10e15c5ee - main - fdp-primer/doc-build: Fix RUBY_CMD on callouts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Feb 2022 12:43:43 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=d10e15c5eef1d4ff7776f104a9830ac8f7c2f796 commit d10e15c5eef1d4ff7776f104a9830ac8f7c2f796 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-02-06 12:42:56 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-02-06 12:42:56 +0000 fdp-primer/doc-build: Fix RUBY_CMD on callouts --- documentation/content/en/books/fdp-primer/doc-build/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/fdp-primer/doc-build/_index.adoc b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc index f240133e53..fe360864e5 100644 --- a/documentation/content/en/books/fdp-primer/doc-build/_index.adoc +++ b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc @@ -512,7 +512,7 @@ epub-articles-clean: <.> The `MAINTAINER` flag specifies who is the maintainer of this Makefile. <.> `ALL_LANGUAGES` flag specifies in which languages the table of contents has to be generated. -<.> `RUBY_CMD` flag specifies the location of the Python binary. +<.> `RUBY_CMD` flag specifies the location of the Ruby binary. <.> `HUGO_CMD` flag specifies the location of the Hugo binary. <.> `.ORDER` directives are used to ensure multiple make jobs may run without problem. <.> `all` target builds the documentation and puts the result in *~/doc/documentation/public*.