In doc/Makefile.am:
> > -all-local: Doxyfile.stamp > +Doxyfile.stamp: Doxyfile Doxyfile-gi $(doxygen_sources) > + $(AM_V_GEN)$(DOXYGEN) Doxyfile-gi && $(DOXYGEN) Doxyfile && echo "" > $@ > + > +ALL_TARGETS = Doxyfile.stamp
why introducing this new variable? AFAIK it's documented Make behavior to add dependencies when specifying a rule with only dependencies and no rules, so it would do the same as you do hereā¦ or am I missing some Automake weirdness?
—
Reply to this email directly or view it on GitHub.