From 92b03c9da1660ff125c49eb1c17121e077a8584e Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Sun, 22 Sep 2013 19:34:24 +0200 Subject: [PATCH] Avoid shipping generated documentation twice Only add files to EXTRA_DIST, to avoid having a full copy of doc/html as doc/html/html in the distributed tarball. Signed-off-by: Stephen Kitt Reviewed-by: Peter Hutterer 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 3fbd0ed..53b2069 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,7 +9,7 @@ clean-local: .PHONY: doxygen -doc_src= $(shell find html -name "*" -printf "html/%P\n") +doc_src= $(shell find html -type f -printf "html/%P\n") EXTRA_DIST = $(doc_src) libevdev.doxygen libevdev.css endif -- 2.7.4