Skip to content

Commit 66a806f

Browse files
committed
zz
1 parent 529a176 commit 66a806f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ to-word:
2929

3030
mkdir -p book
3131

32-
cat chs/1.*/readme.md chs/1.*/?.*.md > book/ch1-tmp.md
32+
cp -r chs/2.*/images book/
33+
34+
cat chs/1.*/readme.md > book/ch1-tmp.md
3335
cat chs/2.*/readme.md chs/2.*/?.*.md > book/ch2-tmp.md
3436
cat chs/3.*/readme.md chs/3.*/?.*.md > book/ch3-tmp.md
3537
cat chs/4.*/readme.md chs/4.*/?.*.md > book/ch4-tmp.md
3638
cat chs/5.*/readme.md chs/5.*/?.*.md > book/ch5-tmp.md
3739
cat chs/6.*/readme.md chs/6.*/?.*.md > book/ch6-tmp.md
3840
cat chs/7.*/readme.md chs/7.*/?.*.md > book/ch7-tmp.md
3941
cat chs/8.*/readme.md chs/8.*/?.*.md > book/ch8-tmp.md
40-
cat chs/9.*/readme.md chs/9.*/?.*.md > book/ch9-tmp.md
42+
cat chs/9.*/readme.md chs/9.*/?-*.md > book/ch9-tmp.md
4143

4244
cat book/ch*-tmp.md > book/doc-chx-tmp.md
4345

0 commit comments

Comments
 (0)