Build htmldocs in parallel
If you need clean build output, remove the docs build.
This commit is contained in:
parent
b3c8c8615f
commit
b72d91cb76
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -60,8 +60,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $_srcname
|
cd $_srcname
|
||||||
make all
|
make htmldocs all
|
||||||
make htmldocs
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_package() {
|
_package() {
|
||||||
|
|
Loading…
Reference in a new issue