[PATCH libevdev 05/10] doxygen: fix error msg: 'find: `html': No such file or directory'
Gaetan Nadon
memsize at videotron.ca
Sun Nov 24 05:02:29 PST 2013
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 at videotron.ca>
---
doc/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index be6e622..ecc2c61 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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
--
1.7.9.5
More information about the Input-tools
mailing list