diff mbox series

[v1,6/7] doc: include sources of generated images into distribution

Message ID 1498651220-13948-7-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/7] doc: add IMAGES_DIR instead of specifying full path to images | expand

Commit Message

Github ODP bot June 28, 2017, noon UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


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

---
/** Email created from pull request 61 (lumag:docs-fix)
 ** https://github.com/Linaro/odp/pull/61
 ** Patch: https://github.com/Linaro/odp/pull/61.patch
 ** Base sha: c6a309f00f882fabe70fa535ebe8b765f6e9bd11
 ** Merge commit sha: ab4e27ee16b8da05ab2d4d61c58f41235cfddbcf
 **/
 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)