[PATCH libevdev] Avoid shipping generated documentation twice

Stephen Kitt skitt at debian.org
Sun Sep 22 10:34:24 PDT 2013


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 <skitt at debian.org>

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
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/input-tools/attachments/20130922/c28f2079/attachment.pgp>


More information about the Input-tools mailing list