[PATCH libevdev] doxygen: specifying builddir is not required

Gaetan Nadon memsize at videotron.ca
Mon Nov 25 08:08:26 PST 2013


For the scenarios the module supports it is not required to
be specified.

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 f97b3ac..7fe9096 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -13,7 +13,7 @@ clean-local:
 	$(AM_V_at)rm -rf html
 
 doc_src= $(shell find html -type f -printf "html/%P\n" 2>/dev/null)
-EXTRA_DIST = $(builddir)/html/index.html $(doc_src) libevdev.css
+EXTRA_DIST = html/index.html $(doc_src) libevdev.css
 
 endif
 
-- 
1.7.9.5



More information about the Input-tools mailing list