mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 06:50:06 +01:00
doxygen: specifying builddir is not required
For the scenarios the module supports it is not required to be specified. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c495cb42c0
commit
d15856c77a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ clean-local:
|
|||
$(AM_V_at)rm -rf html
|
||||
|
||||
doc_src= $(shell find html -type f -printf "html/%P\n" 2>/dev/null)
|
||||
EXTRA_DIST = $(builddir)/html/index.html $(doc_src) libevdev.css
|
||||
EXTRA_DIST = html/index.html $(doc_src) libevdev.css
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue