Build htmldocs in parallel

If you need clean build output, remove the docs build.
This commit is contained in:
Jan Alexander Steffens 2022-06-19 19:23:47 +00:00
parent b3c8c8615f
commit b72d91cb76

View File

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