doc: ignore LIBINPUT_ATTRIBUTE_PRINTF in doxygen
[platform/upstream/libinput.git] / doc / Makefile.am
index 31b673b..a33638d 100644 (file)
@@ -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