aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d203c4086..5ed449529 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,10 @@ pdf: validate
@echo "Generating PDF file..."
$(Q)mkdir -p $(BASEDIR)
+ @echo "Copying images to destination..."
+ $(Q)mkdir -p $(BASEDIR)/images
+ $(Q)cp images/*.png $(BASEDIR)/images
+
$(Q)fop -q $(RENDERTMP)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT) 2>fop.log
@echo "$(BASEDIR)/$(PDF_OUTPUT) created"
@echo "fop.log created"