summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2023-09-16 11:44:11 +1000
committerRod Kay2023-09-16 11:44:11 +1000
commit3d8af8a6ec00ffe3468bec5afa31e128457ab1de (patch)
tree5a0fc2427635e3fcccaf466f5557e11acc6e1ef7
parente2fa4557823815a9b6476f54d2156148a4dc78f6 (diff)
downloadaur-3d8af8a6ec00ffe3468bec5afa31e128457ab1de.tar.gz
Rid output of 'make doc'.
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ace6999bb07..2b343f963e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,9 @@ build()
make GPRBUILD_OPTIONS="$GPRBUILD_OPTIONS" build
cd doc
- make html txt info texinfo
+ make html txt info texinfo \
+ 1> doc-make-1.log \
+ 2> doc-make-2.log
}