mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-24 10:10:36 +01:00
doc: add state machine SVG to EXTRA_DIST
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
21d7b2b50a
commit
1c0805a559
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
EXTRA_DIST = touchpad-tap-state-machine.svg
|
||||
|
||||
if HAVE_DOXYGEN
|
||||
|
||||
noinst_DATA = html/index.html
|
||||
|
|
@ -12,7 +14,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)
|
||||
EXTRA_DIST += $(builddir)/html/index.html $(doc_src)
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue