Date: Mon, 31 May 2021 16:52:53 GMT From: Marc Fonvieille <blackend@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 1c92b60fba - main - documentation/Makefile: Use of ${LOCALBASE} where needed. Reported by: ceri Message-ID: <202105311652.14VGqr1X044147@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=1c92b60fba29071871424cf8178adfd63d4f64a2 commit 1c92b60fba29071871424cf8178adfd63d4f64a2 Author: Marc Fonvieille <blackend@FreeBSD.org> AuthorDate: 2021-05-31 16:51:47 +0000 Commit: Marc Fonvieille <blackend@FreeBSD.org> CommitDate: 2021-05-31 16:51:47 +0000 documentation/Makefile: Use of ${LOCALBASE} where needed. Reported by: ceri --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index 2257cc0061..24b6090cd3 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -20,7 +20,7 @@ LOCALBASE?= /usr/local PYTHON_CMD = ${LOCALBASE}/bin/python3 RUBY_CMD = ${LOCALBASE}/bin/ruby HUGO_CMD = ${LOCALBASE}/bin/hugo -ASCIIDOCTORPDF_CMD= /usr/local/bin/asciidoctor-pdf +ASCIIDOCTORPDF_CMD= ${LOCALBASE}/bin/asciidoctor-pdf .if defined(DOC_LANG) && !empty(DOC_LANG) LANGUAGES = ${DOC_LANG} .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105311652.14VGqr1X044147>