From: Stephen Kitt Date: Sun, 22 Sep 2013 17:34:24 +0000 (+0200) Subject: Avoid shipping generated documentation twice X-Git-Tag: libevdev-0.5~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92b03c9da1660ff125c49eb1c17121e077a8584e;p=platform%2Fupstream%2Flibevdev.git 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 --- 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