CHG remove doc build

This commit is contained in:
2025-04-18 18:25:33 +02:00
parent dd5996e5be
commit c7cb356ca5

View File

@@ -1,4 +1,4 @@
# Maintainer: Thomas Kuschel (oe3tkt) <oe3tkt@gmail.com>
# Maintainer: Thomas Kuschel <thomas@kuschel.at>
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom
@@ -119,7 +119,8 @@ build() {
cd $_srcname
make all
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make htmldocs
# do not remove the following line to avoid creating the doc:
# make htmldocs
}
_package() {
@@ -277,7 +278,8 @@ _package-docs() {
pkgname=(
"$pkgbase"
"$pkgbase-headers"
"$pkgbase-docs"
# Do not remove the following line to avoid creating the doc:
# "$pkgbase-docs"
)
for _p in "${pkgname[@]}"; do
eval "package_$_p() {