diff mbox series

[API-NEXT,v1,7/10] doc: include sources of generated images into distribution

Message ID 1499378421-25511-8-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v1,1/10] travis: add cross-compilation checks | expand

Commit Message

Github ODP bot July 6, 2017, 10 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 71 (muvarov:api-next)
 ** https://github.com/Linaro/odp/pull/71
 ** Patch: https://github.com/Linaro/odp/pull/71.patch
 ** Base sha: 15c97427d01c81dc9f4d0aafe9b0a99cdb2d1fc6
 ** Merge commit sha: e20c61ba5eae9586adcbc76e43cdfaa869055b55
 **/
 doc/users-guide/Makefile.am | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am
index cce62e8d..55fe7e92 100644
--- a/doc/users-guide/Makefile.am
+++ b/doc/users-guide/Makefile.am
@@ -43,7 +43,13 @@  if HAVE_MSCGEN
 IMAGES += $(IMAGES_DIR)/resource_management.svg
 endif
 
-EXTRA_DIST = $(SRC) $(IMAGES)
+IMAGES_SRCS = \
+	 $(IMAGES_DIR)/pktio_fsm.gv \
+	 $(IMAGES_DIR)/resource_management.msc \
+	 $(IMAGES_DIR)/timeout_fsm.gv \
+	 $(IMAGES_DIR)/timer_fsm.gv
+
+EXTRA_DIST = $(SRC) $(IMAGES) $(IMAGES_SRCS)
 
 doc_DATA = $(TARGET)
 $(TARGET): $(SRC) $(IMAGES)