projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d7b2b
)
doc: add state machine SVG to EXTRA_DIST
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 28 Mar 2014 05:51:08 +0000
(15:51 +1000)
committer
Hans de Goede
<hdegoede@redhat.com>
Thu, 22 May 2014 12:39:01 +0000
(14:39 +0200)
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>
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
31b673b
..
75fa98a
100644
(file)
--- 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