mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 06:50:06 +01:00
doxygen: fix error msg: 'find: `html': No such file or directory'
Every time a make target is run in the doc directory when the html dir is absent, you get this error. Even with 'make clean'. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
83d679f1a1
commit
ebb70f42dc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ clean-local:
|
|||
|
||||
.PHONY: doxygen
|
||||
|
||||
doc_src= $(shell find html -type f -printf "html/%P\n")
|
||||
doc_src= $(shell find html -type f -printf "html/%P\n" 2>/dev/null)
|
||||
EXTRA_DIST = $(doc_src) libevdev.css
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue