git: 1c92b60fba - main - documentation/Makefile: Use of ${LOCALBASE} where needed. Reported by: ceri

Marc Fonvieille blackend at FreeBSD.org
Mon May 31 16:52:53 UTC 2021


The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1c92b60fba29071871424cf8178adfd63d4f64a2

commit 1c92b60fba29071871424cf8178adfd63d4f64a2
Author:     Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-05-31 16:51:47 +0000
Commit:     Marc Fonvieille <blackend at 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


More information about the dev-commits-doc-all mailing list