From 6e9ab4345150fdfcacc899255da459b157b3600b Mon Sep 17 00:00:00 2001 From: morganamilo Date: Sat, 21 Oct 2023 02:46:50 +0100 Subject: [PATCH] Document MAKEPKG_LIBRARY in makepkg(8) --- doc/makepkg.8.asciidoc | 3 +++ doc/meson.build | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc index a69250ff..cf819b9c 100644 --- a/doc/makepkg.8.asciidoc +++ b/doc/makepkg.8.asciidoc @@ -233,6 +233,9 @@ before building. Environment Variables --------------------- +**MAKEPKG_LIBRARY**="/path/to/directory":: + Use an alternative libmakepkg path instead of the {libmakepkgdir} default. + **PACMAN**:: The command that will be used to check for missing dependencies and to install and remove packages. Pacman's '-Qq', '-Rns', '-S', '-T', and '-U' diff --git a/doc/meson.build b/doc/meson.build index a18e7f3f..e84eddc0 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -35,6 +35,7 @@ asciidoc_opts = [ '-a', 'sysconfdir=@0@'.format(SYSCONFDIR), '-a', 'datarootdir=@0@'.format(DATAROOTDIR), '-a', 'rootdir=@0@'.format(ROOTDIR), + '-a', 'libmakepkgdir=@0@'.format(LIBMAKEPKGDIR), ] html_targets = []