mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 11:30:07 +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>
(cherry picked from commit 92b03c9da1)
This commit is contained in:
parent
d3ce3f6a9b
commit
8a1cda43d8
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