-all-local: Doxyfile.stamp +Doxyfile.stamp: Doxyfile Doxyfile-gi $(doxygen_sources)
- $(AM_V_GEN)$(DOXYGEN) Doxyfile-gi && $(DOXYGEN) Doxyfile && echo "" > $@
Am 11.02.2016 um 23:00 schrieb Colomban Wendling:
In doc/Makefile.am https://github.com/geany/geany/pull/890#discussion_r52674471:
-all-local: Doxyfile.stamp +Doxyfile.stamp: Doxyfile Doxyfile-gi $(doxygen_sources)
- $(AM_V_GEN)$(DOXYGEN) Doxyfile-gi && $(DOXYGEN) Doxyfile && echo "" > $@
I do. it was a bad idea before, and gets worse by adding more logic to the line
Fine. I'll use $(AM_V_at) to supress output for all but the last line.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/890/files#r52676198