summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKian Kasad2020-08-02 18:39:19 -0700
committerKian Kasad2020-08-02 18:39:19 -0700
commitc248d809c49c872b60ca686ec0eea9b3c340adde (patch)
treededb167b907a891fa0eda45865ce4d9a67908b87
parent687c57cee6972d02ec7d2f5c7ac918a9f8222c08 (diff)
downloadaur-c248d809c49c872b60ca686ec0eea9b3c340adde.tar.gz
don't generate docs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa34300b8599..96f80a47668f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -71,6 +71,3 @@ pkgname = linux-mainline-bootsplash
pkgname = linux-mainline-bootsplash-headers
pkgdesc = Headers and scripts for building modules for the Linux Mainline - with bootsplash support kernel
-pkgname = linux-mainline-bootsplash-docs
- pkgdesc = Documentation for the Linux Mainline - with bootsplash support kernel
-
diff --git a/PKGBUILD b/PKGBUILD
index bb8e270e5c21..7d74806dbaa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -97,7 +97,6 @@ prepare() {
build() {
cd $_srcname
make all
- make htmldocs
}
_package() {
@@ -224,7 +223,7 @@ _package-docs() {
ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"
}
-pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs")
+pkgname=("$pkgbase" "$pkgbase-headers")
for _p in "${pkgname[@]}"; do
eval "package_$_p() {
$(declare -f "_package${_p#$pkgbase}")