CHG remove doc build
This commit is contained in:
8
PKGBUILD
8
PKGBUILD
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user