Skip to content

Commit

Permalink
ci: disable -q for doxygen
Browse files Browse the repository at this point in the history
some older distros do not like doxygen -q

#1046
  • Loading branch information
msmeissn committed Oct 23, 2024
1 parent 202ad51 commit f930df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f930df0

Please sign in to comment.