git: 1c92b60fba - main - documentation/Makefile: Use of ${LOCALBASE} where needed. Reported by: ceri
Marc Fonvieille <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=1c92b60fba29071871424cf8178adfd63d4f64a2 commit 1c92b60fba29071871424cf8178adfd63d4f64a2 Author: Marc Fonvieille <[email protected]> AuthorDate: 2021-05-31 16:51:47 +0000 Commit: Marc Fonvieille <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"