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:
Peter Hutterer 2014-03-28 15:51:08 +10:00 committed by Hans de Goede
parent 21d7b2b50a
commit 1c0805a559

View file

@ -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