[PATCH libevdev 03/10] doxygen: implement silent rules in the makefile
Gaetan Nadon
memsize at videotron.ca
Sun Nov 24 05:02:27 PST 2013
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
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
--
1.7.9.5
More information about the Input-tools
mailing list