summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-03-28 15:51:08 +1000
committerHans de Goede <hdegoede@redhat.com>2014-05-22 14:39:01 +0200
commit1c0805a559c2388ea3ccb1117d2c6633b0ee1963 (patch)
tree0ab6a3c68b8a4708a445f1fc5fdc784e8bd5d896 /doc
parent21d7b2b50acf7971dbf86e378d4897e73b64fe18 (diff)
downloadlibinput-1c0805a559c2388ea3ccb1117d2c6633b0ee1963.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 31b673b3..75fa98a4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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