mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 06:50:06 +01:00
doxygen: libevdev.doxygen must not be distributed
It reflects the values on the build machine. Same pattern as libevdev.pc vs libevdev.pc.in. For example, in libevdev.doxygen: HTML_EXTRA_STYLESHEET = ./libevdev.css Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a742d253b7
commit
a0fc429f06
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ clean-local:
|
|||
.PHONY: doxygen
|
||||
|
||||
doc_src= $(shell find html -type f -printf "html/%P\n")
|
||||
EXTRA_DIST = $(doc_src) libevdev.doxygen libevdev.css
|
||||
EXTRA_DIST = $(doc_src) libevdev.css
|
||||
endif
|
||||
|
||||
dist_noinst_DATA = libevdev.doxygen.in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue