mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-09 07:08:05 +02:00
doxygen: implement silent rules in the makefile
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
40dde58556
commit
17eb113524
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@ if HAVE_DOXYGEN
|
||||||
all-local: doxygen
|
all-local: doxygen
|
||||||
|
|
||||||
doxygen: libevdev.doxygen
|
doxygen: libevdev.doxygen
|
||||||
$(DOXYGEN) $<
|
$(AM_V_GEN)$(DOXYGEN) $<
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf html
|
$(AM_V_at)rm -rf html
|
||||||
|
|
||||||
.PHONY: doxygen
|
.PHONY: doxygen
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue