distcc-avahi: skip doc build when Makefile absent
build and publish packages / distcc-avahi-aarch64 (push) Failing after 26s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-14 19:41:06 +00:00
parent ff8254ba2e
commit 0fda1c47ea
+2 -1
View File
@@ -56,7 +56,8 @@ build() {
--enable-rfc2553 \
--with-docdir="/usr/share/doc/${pkgname}"
make
make -C doc
# Archive tarball has no doc/ Makefile; skip man/html build.
[ -f doc/Makefile ] && make -C doc || true
}
check() {