From f930df02e77d761aab60703b3c4e1175e87f021d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 23 Oct 2024 10:01:07 +0200 Subject: [PATCH] ci: disable -q for doxygen some older distros do not like doxygen -q https://github.com/gphoto/libgphoto2/issues/1046 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 83364ed07..5ea96240d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -25,7 +25,7 @@ LOCAL_CLEAN = # FIXME: Depend on source files. DOXYGEN_STAMPS += $(HTML_APIDOC_DIR).stamp $(HTML_APIDOC_DIR).stamp: Doxyfile - $(AM_V_GEN)doxygen $$($(AM_V_P) || printf "%s" "-q") Doxyfile + $(AM_V_GEN)doxygen Doxyfile @: > $@ $(HTML_APIDOC_DIR).tar.gz: $(HTML_APIDOC_DIR).stamp