In doc/Makefile.am:

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

oh, echoing. Well, if it's important then maybe just split the lines with a \ so at least it's each instruction on its own line


Reply to this email directly or view it on GitHub.