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
It was a single line before (including shell usage). I just extended it. Can change to three lines if you prefer.
—
Reply to this email directly or view it on GitHub.