mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
doc: Fix unavailability of manual images
Closes: #1688. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
955da6bee8
commit
7354277e58
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user