From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Omitting those images in Makefile.am made them disappear from
distribution tarball resulting in an improperly-built documentation
files.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 377 (lumag:misc-fixes)
 ** https://github.com/Linaro/odp/pull/377
 ** Patch: https://github.com/Linaro/odp/pull/377.patch
 ** Base sha: 49ebafae0edebbc750742d8874ad0a7588286dea
 ** Merge commit sha: 3b7e2ac62accecc65b9f91635a4b6ef04ca77988
 **/
 doc/users-guide/Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am
index b2ebd4d4f..7be32ddc1 100644
--- a/doc/users-guide/Makefile.am
+++ b/doc/users-guide/Makefile.am
@@ -32,6 +32,12 @@ IMAGES = $(IMAGES_DIR)/overview.svg \
         $(IMAGES_DIR)/pktio_fsm.svg \
         $(IMAGES_DIR)/pktout_direct_send.svg \
         $(IMAGES_DIR)/pktout_queue_send.svg \
+        $(IMAGES_DIR)/ref.svg \
+        $(IMAGES_DIR)/refpkt1.svg \
+        $(IMAGES_DIR)/refpkt2.svg \
+        $(IMAGES_DIR)/refpktmulti.svg \
+        $(IMAGES_DIR)/refpktsingle.svg \
+        $(IMAGES_DIR)/refstatic.svg \
         $(IMAGES_DIR)/release_git.svg \
         $(IMAGES_DIR)/segment.svg \
         $(IMAGES_DIR)/simple_release_git.svg \

Reply via email to