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