projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40dde58
)
doxygen: implement silent rules in the makefile
author
Gaetan Nadon
<memsize@videotron.ca>
Sun, 24 Nov 2013 13:02:27 +0000
(08:02 -0500)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 25 Nov 2013 00:24:00 +0000
(10:24 +1000)
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index 02f2e41ef0c96f063911b09eb5b68cdb32c17ef7..8489b60581643f8a2ae390fa194e7faee9eab95d 100644
(file)
--- 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