summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2023-06-17 22:25:05 +1000
committerRod Kay2023-06-17 22:25:05 +1000
commitce83197f89dfbb7f32515280445eaa3e25eec51c (patch)
tree3a5b5b79221a248d58c9879a0dc6b43fabd7b07f
parent15b95cd5de97057dbcbd81a445709301eba0acc3 (diff)
downloadaur-ce83197f89dfbb7f32515280445eaa3e25eec51c.tar.gz
Gnatdoc appears broken when trying to build docs. Disabling docs til fixed.
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 421a65dd5d1b..af0cd2abf402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,10 @@ build()
# which results in build artifacts being overwritten.
#
make -j1 GPRBUILD_SWITCHES="-R -cargs $ADA_FLAGS -largs $LDFLAGS -gargs"
- make docs
+
+ # Gnatdoc appears broken when trying to build docs. Disabling docs til fixed.
+ #
+# make docs
}