FS#64279 Build htmldocs separately
This commit is contained in:
parent
9a8a8558b5
commit
543acd23d3
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -58,7 +58,8 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd $_srcname
|
||||
make bzImage modules htmldocs
|
||||
make all
|
||||
make htmldocs
|
||||
}
|
||||
|
||||
_package() {
|
||||
|
|
Loading…
Reference in a new issue