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() {
|
build() {
|
||||||
cd $_srcname
|
cd $_srcname
|
||||||
make bzImage modules htmldocs
|
make all
|
||||||
|
make htmldocs
|
||||||
}
|
}
|
||||||
|
|
||||||
_package() {
|
_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue