From: Gaetan Nadon Date: Sun, 24 Nov 2013 13:02:27 +0000 (-0500) Subject: doxygen: implement silent rules in the makefile X-Git-Tag: libevdev-0.6~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17eb113524b7bcf3ee57ccd5bb32a05f40074d15;p=platform%2Fupstream%2Flibevdev.git doxygen: implement silent rules in the makefile Signed-off-by: Gaetan Nadon Signed-off-by: Peter Hutterer --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 02f2e41..8489b60 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,10 +2,10 @@ if HAVE_DOXYGEN all-local: doxygen doxygen: libevdev.doxygen - $(DOXYGEN) $< + $(AM_V_GEN)$(DOXYGEN) $< clean-local: - rm -rf html + $(AM_V_at)rm -rf html .PHONY: doxygen