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

View File

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