From 17eb113524b7bcf3ee57ccd5bb32a05f40074d15 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 24 Nov 2013 08:02:27 -0500 Subject: [PATCH] doxygen: implement silent rules in the makefile Signed-off-by: Gaetan Nadon Signed-off-by: Peter Hutterer --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4