FS#64279 Build htmldocs separately

This commit is contained in:
Jan Alexander Steffens 2020-02-22 00:43:56 +00:00
parent 9a8a8558b5
commit 543acd23d3
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ prepare() {
build() { build() {
cd $_srcname cd $_srcname
make bzImage modules htmldocs make all
make htmldocs
} }
_package() { _package() {