Skip to content

Commit 897ea54

Browse files
committed
simply copy the files contained in the images folder of the book
1 parent 0df4c91 commit 897ea54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Do the following only once:
3636

3737
----
3838
$ mkdir images/
39-
$ find book/*/images/ -type f -and -name '*.png' -exec cp '{}' images/ \;
39+
$ find book/*/images/ -exec cp '{}' images/ \;
4040
----
4141

4242
Then you can build the book.

0 commit comments

Comments
 (0)