From 7354277e58a3855c7e6939a9a8897c6bef043e0b Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 11 Nov 2019 21:58:19 -0800 Subject: [PATCH] doc: Fix unavailability of manual images Closes: #1688. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- doc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 44e4ec3a5..20294d7a5 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -54,6 +54,11 @@ install: all install $(INSTALL_OPTS) -t $(INSTALL_DIR)/$$(dirname $${file}) \ $${file} ; \ done + for lang in $(MANUAL_LANGUAGES); do \ + install $(INSTALL_OPTS) manual/$${lang}/images/*.png \ + manual/$${lang}/images/*.jpg \ + -t $(INSTALL_DIR)/manual/$${lang}/images ; \ + done # Do not edit the manual page in this directory. The manual is # maintained as separate pages on the FreedomBox wiki and aggregated