summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-03-12 13:32:42 +0100
committerLubosz Sarnecki2020-03-12 13:32:42 +0100
commitefee38ade963353ede943bff1605dbc2232705e9 (patch)
tree979abf63921006e6aadc77accdc38bfa4d40c739
parent7e4dbde9507b2c9817d7966adaadaff601338e2a (diff)
downloadaur-efee38ade963353ede943bff1605dbc2232705e9.tar.gz
Install docs.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22512c762173..26e77d7a404c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ pkgver() {
build() {
rm -rf build
- arch-meson $_realname build --libdir=lib --buildtype release
+ arch-meson $_realname build --libdir=lib --buildtype release -Dapi_doc=true
ninja -C build
}