forked from cloudmesh-community/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.BOOK_WRITING
71 lines (55 loc) · 3.13 KB
/
Makefile.BOOK_WRITING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
INDEX=\
chapters/SECTION/SECTION-PREFACE.md\
chapters/version.md\
chapters/preface/create.md\
chapters/preface/reader.md\
chapters/preface/notation.md\
chapters/SECTION/SECTION-WRITING.md\
chapters/doc/plagiarism.md\
chapters/doc/writing-markdown.md\
chapters/doc/markdown.md\
chapters/doc/emacs.md\
chapters/doc/ppt.md\
chapters/doc/graphviz.md\
chapters/SECTION/SECTION-REFERENCES.md
chapterlist: dest/chapters/SECTION/SECTION-PREFACE.md dest/chapters/version.md dest/chapters/preface/create.md dest/chapters/preface/reader.md dest/chapters/preface/notation.md dest/chapters/SECTION/SECTION-WRITING.md dest/chapters/doc/plagiarism.md dest/chapters/doc/writing-markdown.md dest/chapters/doc/markdown.md dest/chapters/doc/emacs.md dest/chapters/doc/ppt.md dest/chapters/doc/graphviz.md dest/chapters/SECTION/SECTION-REFERENCES.md
@echo "updated modified chapters"
dest/chapters/SECTION/SECTION-PREFACE.md: ../chapters/SECTION/SECTION-PREFACE.md
../bin/markup-single.py ../chapters/SECTION/SECTION-PREFACE.md 1
../bin/header.py dest/chapters/SECTION/SECTION-PREFACE.md 1
dest/chapters/version.md: ../chapters/version.md
../bin/markup-single.py ../chapters/version.md 2
../bin/header.py dest/chapters/version.md 2
dest/chapters/preface/create.md: ../chapters/preface/create.md
../bin/markup-single.py ../chapters/preface/create.md 2
../bin/header.py dest/chapters/preface/create.md 2
dest/chapters/preface/reader.md: ../chapters/preface/reader.md
../bin/markup-single.py ../chapters/preface/reader.md 2
../bin/header.py dest/chapters/preface/reader.md 2
dest/chapters/preface/notation.md: ../chapters/preface/notation.md
../bin/markup-single.py ../chapters/preface/notation.md 2
../bin/header.py dest/chapters/preface/notation.md 2
dest/chapters/SECTION/SECTION-WRITING.md: ../chapters/SECTION/SECTION-WRITING.md
../bin/markup-single.py ../chapters/SECTION/SECTION-WRITING.md 1
../bin/header.py dest/chapters/SECTION/SECTION-WRITING.md 1
dest/chapters/doc/plagiarism.md: ../chapters/doc/plagiarism.md
../bin/markup-single.py ../chapters/doc/plagiarism.md 2
../bin/header.py dest/chapters/doc/plagiarism.md 2
dest/chapters/doc/writing-markdown.md: ../chapters/doc/writing-markdown.md
../bin/markup-single.py ../chapters/doc/writing-markdown.md 2
../bin/header.py dest/chapters/doc/writing-markdown.md 2
dest/chapters/doc/markdown.md: ../chapters/doc/markdown.md
../bin/markup-single.py ../chapters/doc/markdown.md 2
../bin/header.py dest/chapters/doc/markdown.md 2
dest/chapters/doc/emacs.md: ../chapters/doc/emacs.md
../bin/markup-single.py ../chapters/doc/emacs.md 2
../bin/header.py dest/chapters/doc/emacs.md 2
dest/chapters/doc/ppt.md: ../chapters/doc/ppt.md
../bin/markup-single.py ../chapters/doc/ppt.md 2
../bin/header.py dest/chapters/doc/ppt.md 2
dest/chapters/doc/graphviz.md: ../chapters/doc/graphviz.md
../bin/markup-single.py ../chapters/doc/graphviz.md 2
../bin/header.py dest/chapters/doc/graphviz.md 2
dest/chapters/SECTION/SECTION-REFERENCES.md: ../chapters/SECTION/SECTION-REFERENCES.md
../bin/markup-single.py ../chapters/SECTION/SECTION-REFERENCES.md 1
../bin/header.py dest/chapters/SECTION/SECTION-REFERENCES.md 1