Skip to content

Commit

Permalink
simply copy the files contained in the images folder of the book
Browse files Browse the repository at this point in the history
  • Loading branch information
aollier committed Jun 15, 2017
1 parent 0df4c91 commit 897ea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 897ea54

Please sign in to comment.