From 897ea5410a81ec5271d1e3a4d8c03db90b2119bb Mon Sep 17 00:00:00 2001 From: Adrien Ollier Date: Thu, 15 Jun 2017 07:32:54 +0200 Subject: [PATCH] simply copy the files contained in the images folder of the book --- README.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asc b/README.asc index a32123a9a..395d57459 100644 --- a/README.asc +++ b/README.asc @@ -36,7 +36,7 @@ Do the following only once: ---- $ mkdir images/ -$ find book/*/images/ -type f -and -name '*.png' -exec cp '{}' images/ \; +$ find book/*/images/ -exec cp '{}' images/ \; ---- Then you can build the book.