Silencing doxygen output

2010-11-10 Thread Erik de Castro Lopo
Hi all, 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. Clues? Cheers, Erik --

Re: Silencing doxygen output

2010-11-10 Thread Roger Leigh
On Wed, Nov 10, 2010 at 10:45:03PM +1100, Erik de Castro Lopo wrote: > Hi all, > > 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 silen

Re: Force a file to be compiled always

2010-11-10 Thread Steffen Dettmer
On Nov 4, 2010, Benjamin Bihler wrote: > As to the third suggestion: I use the __DATE__ and __TIME__ > macros in my code as a kind of version information. Therefore > the compilation result differs with every compilation, although > my source file does not change. Is there yet a better method to >

bug#7364: Typo in manual

2010-11-10 Thread Reuben Thomas
"Script are not distributed by default" -> "Scripts are not distributed by default" -- http://rrt.sc3d.org

Re: Silencing doxygen output

2010-11-10 Thread Ralf Wildenhues
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 i

bug#7364: Typo in manual

2010-11-10 Thread Ralf Wildenhues
Hi Reuben, * Reuben Thomas wrote on Wed, Nov 10, 2010 at 03:24:14PM CET: > "Script are not distributed by default" -> "Scripts are not > distributed by default" Thanks, this has already been fixed in the git tree of Automake. Cheers, Ralf