diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-11-17 14:29:26 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-11-17 14:29:26 +0100 |
commit | e1be76feb0906267ed48f0a116e4e0d51b593dae (patch) | |
tree | 38f333e497541646de36f893343e55a5736a0157 /PKGBUILD | |
parent | 2317e64cf1fb4c62f960a6ef817b6e7601d2aa1d (diff) | |
download | linux-kentdobias-e1be76feb0906267ed48f0a116e4e0d51b593dae.tar.gz linux-kentdobias-e1be76feb0906267ed48f0a116e4e0d51b593dae.tar.bz2 linux-kentdobias-e1be76feb0906267ed48f0a116e4e0d51b593dae.zip |
Prevent docs from building.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ prepare() { build() { cd $_srcname make all - make htmldocs +# make htmldocs } _package() { |