automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Silencing doxygen output


From: Ralf Wildenhues
Subject: Re: Silencing doxygen output
Date: Wed, 10 Nov 2010 18:37:03 +0100
User-agent: Mutt/1.5.20 (2010-08-04)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]