X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=a33638da6f04c9641114c2f94c29be4c34ad281e;hb=7f577e8d49ce6f3b75d1845f0bf41746c6e88e04;hp=31b673b328cb94791121676bd83b708c5546b50c;hpb=2d2df7842c618871328f0bfa71b66f9378831250;p=platform%2Fupstream%2Flibinput.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 31b673b..a33638d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = touchpad-tap-state-machine.svg touchpad-softbutton-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