forked from cloudmesh-community/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.BOOK_FA18
66 lines (51 loc) · 3.15 KB
/
Makefile.BOOK_FA18
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
INDEX=\
chapters/SECTION-PREFACE.md\
chapters/version.md\
chapters/authors.md\
chapters/preface/create.md\
chapters/preface/issues.md\
chapters/preface/notation.md\
chapters/SECTION-CLOUD-COMPUTING.md\
chapters/hid-sp18-709/project-paper/report.md\
chapters/fa18-516-18/project-paper/report.md\
chapters/fa18-516-11/project-paper/report.md\
chapters/SECTION-BIGDATA.md\
chapters/SECTION-REFERENCES.md
chapterlist: dest/chapters/SECTION-PREFACE.md dest/chapters/version.md dest/chapters/authors.md dest/chapters/preface/create.md dest/chapters/preface/issues.md dest/chapters/preface/notation.md dest/chapters/SECTION-CLOUD-COMPUTING.md dest/chapters/hid-sp18-709/project-paper/report.md dest/chapters/fa18-516-18/project-paper/report.md dest/chapters/fa18-516-11/project-paper/report.md dest/chapters/SECTION-BIGDATA.md dest/chapters/SECTION-REFERENCES.md
@echo "updated modified chapters"
dest/chapters/SECTION-PREFACE.md: ../chapters/SECTION-PREFACE.md
../bin/markup-single.py ../chapters/SECTION-PREFACE.md 1
../bin/header.py dest/chapters/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/authors.md: ../chapters/authors.md
../bin/markup-single.py ../chapters/authors.md 2
../bin/header.py dest/chapters/authors.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/issues.md: ../chapters/preface/issues.md
../bin/markup-single.py ../chapters/preface/issues.md 2
../bin/header.py dest/chapters/preface/issues.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-CLOUD-COMPUTING.md: ../chapters/SECTION-CLOUD-COMPUTING.md
../bin/markup-single.py ../chapters/SECTION-CLOUD-COMPUTING.md 1
../bin/header.py dest/chapters/SECTION-CLOUD-COMPUTING.md 1
dest/chapters/hid-sp18-709/project-paper/report.md: ../chapters/hid-sp18-709/project-paper/report.md
../bin/markup-single.py ../chapters/hid-sp18-709/project-paper/report.md 2
../bin/header.py dest/chapters/hid-sp18-709/project-paper/report.md 2
dest/chapters/fa18-516-18/project-paper/report.md: ../chapters/fa18-516-18/project-paper/report.md
../bin/markup-single.py ../chapters/fa18-516-18/project-paper/report.md 2
../bin/header.py dest/chapters/fa18-516-18/project-paper/report.md 2
dest/chapters/fa18-516-11/project-paper/report.md: ../chapters/fa18-516-11/project-paper/report.md
../bin/markup-single.py ../chapters/fa18-516-11/project-paper/report.md 2
../bin/header.py dest/chapters/fa18-516-11/project-paper/report.md 2
dest/chapters/SECTION-BIGDATA.md: ../chapters/SECTION-BIGDATA.md
../bin/markup-single.py ../chapters/SECTION-BIGDATA.md 1
../bin/header.py dest/chapters/SECTION-BIGDATA.md 1
dest/chapters/SECTION-REFERENCES.md: ../chapters/SECTION-REFERENCES.md
../bin/markup-single.py ../chapters/SECTION-REFERENCES.md 1
../bin/header.py dest/chapters/SECTION-REFERENCES.md 1