In doc/Makefile.am:

>  
> -all-local: Doxyfile.stamp
> +Doxyfile.stamp: Doxyfile Doxyfile-gi $(doxygen_sources)
> +	$(AM_V_GEN)$(DOXYGEN) Doxyfile-gi && $(DOXYGEN) Doxyfile && echo "" > $@

should rather be 3 lines in the rule, I don't see we need shell here and it's less clear


Reply to this email directly or view it on GitHub.