changeset 6831:12fc2edade14

* src/xkbcommon.mk: disable generating docs
author John Donoghue <john.donoghue@ieee.org>
date Sun, 13 Aug 2023 09:59:08 -0400
parents 84634970e8b0
children c8c1703da7fe
files src/xkbcommon.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xkbcommon.mk	Fri Aug 11 09:45:31 2023 -0400
+++ b/src/xkbcommon.mk	Sun Aug 13 09:59:08 2023 -0400
@@ -23,6 +23,8 @@
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --prefix='$(HOST_PREFIX)' \
 	--disable-selective-werror \
+	--disable-docs \
+	--disable-devel-docs \
         && $(CONFIGURE_POST_HOOK)
 
     $(MAKE) -C '$(1)' -j '$(JOBS)'