From 9912ae5be523a48bda599a97b120fb6a7aeaab2c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 25 Sep 2019 16:43:04 -0700 Subject: Enable man page --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cfdae68..3ea3d55 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ pkgrel=1 pkgdesc="Distributed compiler with a central scheduler to share build load" url="https://github.com/icecc/icecream" license=('GPL2') -makedepends=('') +makedepends=('docbook2x') depends=('bash' 'libcap-ng' 'libarchive' 'lzo' 'zstd') provides=('icecream') optdepends=('icecream-sundae: A commandline monitor for Icecream' @@ -41,7 +41,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" ./autogen.sh - ./configure --prefix=/usr/lib/$pkgname --enable-shared --disable-static --without-man + ./configure --prefix=/usr/lib/$pkgname --enable-shared --disable-static --mandir=/usr/share/man make } -- cgit v1.2.1