From d15856c77a6e62de7c7c673a1598b427f5d483d8 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 25 Nov 2013 11:08:26 -0500 Subject: [PATCH] doxygen: specifying builddir is not required For the scenarios the module supports it is not required to be specified. Signed-off-by: Gaetan Nadon Signed-off-by: Peter Hutterer --- 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 -- 2.7.4