Hi Erik, * Erik de Castro Lopo wrote on Wed, Nov 10, 2010 at 12:45:03PM CET: > I'm using AM_SILENT_RULES([yes]) to silence make output and I'm pretty > happy with it. However, I have a doxygen command in a Makefile.am: > > doxygen reference.doxygen > > and I can't figure out how to silence it.
target: deps
$(AM_V_GEN)doxygen reference.doxygen
There is more information and a more complex example in the
documentation at 'info Automake --index silent-rules'.
Cheers,
Ralf
