mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 08:00:09 +01:00
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 <skitt@debian.org> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c365d22b70
commit
92b03c9da1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ clean-local:
|
||||||
|
|
||||||
.PHONY: doxygen
|
.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
|
EXTRA_DIST = $(doc_src) libevdev.doxygen libevdev.css
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue