forked from cloudmesh-community/book
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.BOOK_BIGDATA
366 lines (291 loc) · 19.5 KB
/
Makefile.BOOK_BIGDATA
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
INDEX=\
chapters/SECTION/SECTION-PREFACE.md\
chapters/version.md\
chapters/authors.md\
chapters/preface/create.md\
chapters/preface/issues.md\
chapters/preface/reader.md\
chapters/preface/notation.md\
chapters/class/organization-523.md\
chapters/class/plagiarism.md\
chapters/class/policies.md\
chapters/class/e534-i523.md\
chapters/class/volumes.md\
chapters/in/datasets.md\
chapters/class/assignments-523.md\
chapters/bigdata/intro-fall-2018.md\
chapters/bigdata/applications/overview.md\
chapters/bigdata/applications/physics.md\
chapters/bigdata/applications/lifestyle.md\
chapters/bigdata/applications/sport.md\
chapters/bigdata/applications/cloud.md\
chapters/bigdata/applications/usecases.md\
chapters/bigdata/applications/sensor.md\
chapters/bigdata/applications/radar.md\
chapters/bigdata/applications/web.md\
chapters/bigdata/applications/health.md\
chapters/SECTION/SECTION-TECH.md\
chapters/bigdata/applications/statistics.md\
chapters/bigdata/applications/kmeans.md\
chapters/bigdata/applications/plotviz.md\
chapters/SECTION/SECTION-DEVTOOLS.md\
chapters/linux/refcards.md\
chapters/cloud/virtualbox.md\
chapters/cloud/vagrant.md\
chapters/cloud/packer.md\
chapters/os/ubuntu-usb-osx.md\
chapters/git/github.md\
chapters/git/gitpullreqest.md\
chapters/linux/linux.md\
chapters/linux/ssh.md\
chapters/linux/ssh-futuresystems.md\
chapters/linux/ssh-excerise.md\
chapters/prg/SECTION-PYTHON.md\
chapters/prg/python/python-intro.md\
chapters/prg/python/python-install.md\
chapters/prg/python/python-interactive.md\
chapters/prg/python/python-editor.md\
chapters/prg/python/python.md\
chapters/prg/python/python-libraries.md\
chapters/prg/python/python-data.md\
chapters/prg/python/python-matplotlib.md\
chapters/prg/python/python-docopts.md\
chapters/prg/python/python-cmd5.md\
chapters/prg/python/python-cmd.md\
chapters/prg/python/opencv/opencv.md\
chapters/prg/python/opencv/secchi.md\
chapters/SECTION/SECTION-DATA.md\
chapters/data/formats.md\
chapters/data/mongoengine.md\
chapters/prg/python/python-wordcount.md\
chapters/prg/python/numpy/numpy.md\
chapters/prg/python/scipy/scipy.md\
chapters/prg/python/scikit-learn/scikit-learn-k-means.md\
chapters/prg/python/python-parallel.md\
chapters/prg/python/dask/dask.md\
chapters/prg/python/random-forest/random-forest.md\
chapters/prg/python/fingerprint/fingerprint.md\
chapters/prg/python/facedetection/facedetection.md\
chapters/SECTION/SECTION-FAQ.md\
chapters/faq.md\
chapters/faq-523.md\
chapters/container/glossary.md\
chapters/SECTION/SECTION-REFERENCES.md
chapterlist: dest/chapters/SECTION/SECTION-PREFACE.md dest/chapters/version.md dest/chapters/authors.md dest/chapters/preface/create.md dest/chapters/preface/issues.md dest/chapters/preface/reader.md dest/chapters/preface/notation.md dest/chapters/class/organization-523.md dest/chapters/class/plagiarism.md dest/chapters/class/policies.md dest/chapters/class/e534-i523.md dest/chapters/class/volumes.md dest/chapters/in/datasets.md dest/chapters/class/assignments-523.md dest/chapters/bigdata/intro-fall-2018.md dest/chapters/bigdata/applications/overview.md dest/chapters/bigdata/applications/physics.md dest/chapters/bigdata/applications/lifestyle.md dest/chapters/bigdata/applications/sport.md dest/chapters/bigdata/applications/cloud.md dest/chapters/bigdata/applications/usecases.md dest/chapters/bigdata/applications/sensor.md dest/chapters/bigdata/applications/radar.md dest/chapters/bigdata/applications/web.md dest/chapters/bigdata/applications/health.md dest/chapters/SECTION/SECTION-TECH.md dest/chapters/bigdata/applications/statistics.md dest/chapters/bigdata/applications/kmeans.md dest/chapters/bigdata/applications/plotviz.md dest/chapters/SECTION/SECTION-DEVTOOLS.md dest/chapters/linux/refcards.md dest/chapters/cloud/virtualbox.md dest/chapters/cloud/vagrant.md dest/chapters/cloud/packer.md dest/chapters/os/ubuntu-usb-osx.md dest/chapters/git/github.md dest/chapters/git/gitpullreqest.md dest/chapters/linux/linux.md dest/chapters/linux/ssh.md dest/chapters/linux/ssh-futuresystems.md dest/chapters/linux/ssh-excerise.md dest/chapters/prg/SECTION-PYTHON.md dest/chapters/prg/python/python-intro.md dest/chapters/prg/python/python-install.md dest/chapters/prg/python/python-interactive.md dest/chapters/prg/python/python-editor.md dest/chapters/prg/python/python.md dest/chapters/prg/python/python-libraries.md dest/chapters/prg/python/python-data.md dest/chapters/prg/python/python-matplotlib.md dest/chapters/prg/python/python-docopts.md dest/chapters/prg/python/python-cmd5.md dest/chapters/prg/python/python-cmd.md dest/chapters/prg/python/opencv/opencv.md dest/chapters/prg/python/opencv/secchi.md dest/chapters/SECTION/SECTION-DATA.md dest/chapters/data/formats.md dest/chapters/data/mongoengine.md dest/chapters/prg/python/python-wordcount.md dest/chapters/prg/python/numpy/numpy.md dest/chapters/prg/python/scipy/scipy.md dest/chapters/prg/python/scikit-learn/scikit-learn-k-means.md dest/chapters/prg/python/python-parallel.md dest/chapters/prg/python/dask/dask.md dest/chapters/prg/python/random-forest/random-forest.md dest/chapters/prg/python/fingerprint/fingerprint.md dest/chapters/prg/python/facedetection/facedetection.md dest/chapters/SECTION/SECTION-FAQ.md dest/chapters/faq.md dest/chapters/faq-523.md dest/chapters/container/glossary.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/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/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/class/organization-523.md: ../chapters/class/organization-523.md
../bin/markup-single.py ../chapters/class/organization-523.md 2
../bin/header.py dest/chapters/class/organization-523.md 2
dest/chapters/class/plagiarism.md: ../chapters/class/plagiarism.md
../bin/markup-single.py ../chapters/class/plagiarism.md 2
../bin/header.py dest/chapters/class/plagiarism.md 2
dest/chapters/class/policies.md: ../chapters/class/policies.md
../bin/markup-single.py ../chapters/class/policies.md 2
../bin/header.py dest/chapters/class/policies.md 2
dest/chapters/class/e534-i523.md: ../chapters/class/e534-i523.md
../bin/markup-single.py ../chapters/class/e534-i523.md 2
../bin/header.py dest/chapters/class/e534-i523.md 2
dest/chapters/class/volumes.md: ../chapters/class/volumes.md
../bin/markup-single.py ../chapters/class/volumes.md 2
../bin/header.py dest/chapters/class/volumes.md 2
dest/chapters/in/datasets.md: ../chapters/in/datasets.md
../bin/markup-single.py ../chapters/in/datasets.md 2
../bin/header.py dest/chapters/in/datasets.md 2
dest/chapters/class/assignments-523.md: ../chapters/class/assignments-523.md
../bin/markup-single.py ../chapters/class/assignments-523.md 2
../bin/header.py dest/chapters/class/assignments-523.md 2
dest/chapters/bigdata/intro-fall-2018.md: ../chapters/bigdata/intro-fall-2018.md
../bin/markup-single.py ../chapters/bigdata/intro-fall-2018.md 1
../bin/header.py dest/chapters/bigdata/intro-fall-2018.md 1
dest/chapters/bigdata/applications/overview.md: ../chapters/bigdata/applications/overview.md
../bin/markup-single.py ../chapters/bigdata/applications/overview.md 1
../bin/header.py dest/chapters/bigdata/applications/overview.md 1
dest/chapters/bigdata/applications/physics.md: ../chapters/bigdata/applications/physics.md
../bin/markup-single.py ../chapters/bigdata/applications/physics.md 1
../bin/header.py dest/chapters/bigdata/applications/physics.md 1
dest/chapters/bigdata/applications/lifestyle.md: ../chapters/bigdata/applications/lifestyle.md
../bin/markup-single.py ../chapters/bigdata/applications/lifestyle.md 1
../bin/header.py dest/chapters/bigdata/applications/lifestyle.md 1
dest/chapters/bigdata/applications/sport.md: ../chapters/bigdata/applications/sport.md
../bin/markup-single.py ../chapters/bigdata/applications/sport.md 1
../bin/header.py dest/chapters/bigdata/applications/sport.md 1
dest/chapters/bigdata/applications/cloud.md: ../chapters/bigdata/applications/cloud.md
../bin/markup-single.py ../chapters/bigdata/applications/cloud.md 1
../bin/header.py dest/chapters/bigdata/applications/cloud.md 1
dest/chapters/bigdata/applications/usecases.md: ../chapters/bigdata/applications/usecases.md
../bin/markup-single.py ../chapters/bigdata/applications/usecases.md 1
../bin/header.py dest/chapters/bigdata/applications/usecases.md 1
dest/chapters/bigdata/applications/sensor.md: ../chapters/bigdata/applications/sensor.md
../bin/markup-single.py ../chapters/bigdata/applications/sensor.md 1
../bin/header.py dest/chapters/bigdata/applications/sensor.md 1
dest/chapters/bigdata/applications/radar.md: ../chapters/bigdata/applications/radar.md
../bin/markup-single.py ../chapters/bigdata/applications/radar.md 1
../bin/header.py dest/chapters/bigdata/applications/radar.md 1
dest/chapters/bigdata/applications/web.md: ../chapters/bigdata/applications/web.md
../bin/markup-single.py ../chapters/bigdata/applications/web.md 1
../bin/header.py dest/chapters/bigdata/applications/web.md 1
dest/chapters/bigdata/applications/health.md: ../chapters/bigdata/applications/health.md
../bin/markup-single.py ../chapters/bigdata/applications/health.md 1
../bin/header.py dest/chapters/bigdata/applications/health.md 1
dest/chapters/SECTION/SECTION-TECH.md: ../chapters/SECTION/SECTION-TECH.md
../bin/markup-single.py ../chapters/SECTION/SECTION-TECH.md 1
../bin/header.py dest/chapters/SECTION/SECTION-TECH.md 1
dest/chapters/bigdata/applications/statistics.md: ../chapters/bigdata/applications/statistics.md
../bin/markup-single.py ../chapters/bigdata/applications/statistics.md 2
../bin/header.py dest/chapters/bigdata/applications/statistics.md 2
dest/chapters/bigdata/applications/kmeans.md: ../chapters/bigdata/applications/kmeans.md
../bin/markup-single.py ../chapters/bigdata/applications/kmeans.md 2
../bin/header.py dest/chapters/bigdata/applications/kmeans.md 2
dest/chapters/bigdata/applications/plotviz.md: ../chapters/bigdata/applications/plotviz.md
../bin/markup-single.py ../chapters/bigdata/applications/plotviz.md 2
../bin/header.py dest/chapters/bigdata/applications/plotviz.md 2
dest/chapters/SECTION/SECTION-DEVTOOLS.md: ../chapters/SECTION/SECTION-DEVTOOLS.md
../bin/markup-single.py ../chapters/SECTION/SECTION-DEVTOOLS.md 1
../bin/header.py dest/chapters/SECTION/SECTION-DEVTOOLS.md 1
dest/chapters/linux/refcards.md: ../chapters/linux/refcards.md
../bin/markup-single.py ../chapters/linux/refcards.md 2
../bin/header.py dest/chapters/linux/refcards.md 2
dest/chapters/cloud/virtualbox.md: ../chapters/cloud/virtualbox.md
../bin/markup-single.py ../chapters/cloud/virtualbox.md 2
../bin/header.py dest/chapters/cloud/virtualbox.md 2
dest/chapters/cloud/vagrant.md: ../chapters/cloud/vagrant.md
../bin/markup-single.py ../chapters/cloud/vagrant.md 2
../bin/header.py dest/chapters/cloud/vagrant.md 2
dest/chapters/cloud/packer.md: ../chapters/cloud/packer.md
../bin/markup-single.py ../chapters/cloud/packer.md 2
../bin/header.py dest/chapters/cloud/packer.md 2
dest/chapters/os/ubuntu-usb-osx.md: ../chapters/os/ubuntu-usb-osx.md
../bin/markup-single.py ../chapters/os/ubuntu-usb-osx.md 2
../bin/header.py dest/chapters/os/ubuntu-usb-osx.md 2
dest/chapters/git/github.md: ../chapters/git/github.md
../bin/markup-single.py ../chapters/git/github.md 2
../bin/header.py dest/chapters/git/github.md 2
dest/chapters/git/gitpullreqest.md: ../chapters/git/gitpullreqest.md
../bin/markup-single.py ../chapters/git/gitpullreqest.md 3
../bin/header.py dest/chapters/git/gitpullreqest.md 3
dest/chapters/linux/linux.md: ../chapters/linux/linux.md
../bin/markup-single.py ../chapters/linux/linux.md 2
../bin/header.py dest/chapters/linux/linux.md 2
dest/chapters/linux/ssh.md: ../chapters/linux/ssh.md
../bin/markup-single.py ../chapters/linux/ssh.md 2
../bin/header.py dest/chapters/linux/ssh.md 2
dest/chapters/linux/ssh-futuresystems.md: ../chapters/linux/ssh-futuresystems.md
../bin/markup-single.py ../chapters/linux/ssh-futuresystems.md 2
../bin/header.py dest/chapters/linux/ssh-futuresystems.md 2
dest/chapters/linux/ssh-excerise.md: ../chapters/linux/ssh-excerise.md
../bin/markup-single.py ../chapters/linux/ssh-excerise.md 2
../bin/header.py dest/chapters/linux/ssh-excerise.md 2
dest/chapters/prg/SECTION-PYTHON.md: ../chapters/prg/SECTION-PYTHON.md
../bin/markup-single.py ../chapters/prg/SECTION-PYTHON.md 1
../bin/header.py dest/chapters/prg/SECTION-PYTHON.md 1
dest/chapters/prg/python/python-intro.md: ../chapters/prg/python/python-intro.md
../bin/markup-single.py ../chapters/prg/python/python-intro.md 2
../bin/header.py dest/chapters/prg/python/python-intro.md 2
dest/chapters/prg/python/python-install.md: ../chapters/prg/python/python-install.md
../bin/markup-single.py ../chapters/prg/python/python-install.md 2
../bin/header.py dest/chapters/prg/python/python-install.md 2
dest/chapters/prg/python/python-interactive.md: ../chapters/prg/python/python-interactive.md
../bin/markup-single.py ../chapters/prg/python/python-interactive.md 2
../bin/header.py dest/chapters/prg/python/python-interactive.md 2
dest/chapters/prg/python/python-editor.md: ../chapters/prg/python/python-editor.md
../bin/markup-single.py ../chapters/prg/python/python-editor.md 2
../bin/header.py dest/chapters/prg/python/python-editor.md 2
dest/chapters/prg/python/python.md: ../chapters/prg/python/python.md
../bin/markup-single.py ../chapters/prg/python/python.md 2
../bin/header.py dest/chapters/prg/python/python.md 2
dest/chapters/prg/python/python-libraries.md: ../chapters/prg/python/python-libraries.md
../bin/markup-single.py ../chapters/prg/python/python-libraries.md 2
../bin/header.py dest/chapters/prg/python/python-libraries.md 2
dest/chapters/prg/python/python-data.md: ../chapters/prg/python/python-data.md
../bin/markup-single.py ../chapters/prg/python/python-data.md 3
../bin/header.py dest/chapters/prg/python/python-data.md 3
dest/chapters/prg/python/python-matplotlib.md: ../chapters/prg/python/python-matplotlib.md
../bin/markup-single.py ../chapters/prg/python/python-matplotlib.md 3
../bin/header.py dest/chapters/prg/python/python-matplotlib.md 3
dest/chapters/prg/python/python-docopts.md: ../chapters/prg/python/python-docopts.md
../bin/markup-single.py ../chapters/prg/python/python-docopts.md 3
../bin/header.py dest/chapters/prg/python/python-docopts.md 3
dest/chapters/prg/python/python-cmd5.md: ../chapters/prg/python/python-cmd5.md
../bin/markup-single.py ../chapters/prg/python/python-cmd5.md 3
../bin/header.py dest/chapters/prg/python/python-cmd5.md 3
dest/chapters/prg/python/python-cmd.md: ../chapters/prg/python/python-cmd.md
../bin/markup-single.py ../chapters/prg/python/python-cmd.md 3
../bin/header.py dest/chapters/prg/python/python-cmd.md 3
dest/chapters/prg/python/opencv/opencv.md: ../chapters/prg/python/opencv/opencv.md
../bin/markup-single.py ../chapters/prg/python/opencv/opencv.md 3
../bin/header.py dest/chapters/prg/python/opencv/opencv.md 3
dest/chapters/prg/python/opencv/secchi.md: ../chapters/prg/python/opencv/secchi.md
../bin/markup-single.py ../chapters/prg/python/opencv/secchi.md 3
../bin/header.py dest/chapters/prg/python/opencv/secchi.md 3
dest/chapters/SECTION/SECTION-DATA.md: ../chapters/SECTION/SECTION-DATA.md
../bin/markup-single.py ../chapters/SECTION/SECTION-DATA.md 3
../bin/header.py dest/chapters/SECTION/SECTION-DATA.md 3
dest/chapters/data/formats.md: ../chapters/data/formats.md
../bin/markup-single.py ../chapters/data/formats.md 4
../bin/header.py dest/chapters/data/formats.md 4
dest/chapters/data/mongoengine.md: ../chapters/data/mongoengine.md
../bin/markup-single.py ../chapters/data/mongoengine.md 4
../bin/header.py dest/chapters/data/mongoengine.md 4
dest/chapters/prg/python/python-wordcount.md: ../chapters/prg/python/python-wordcount.md
../bin/markup-single.py ../chapters/prg/python/python-wordcount.md 2
../bin/header.py dest/chapters/prg/python/python-wordcount.md 2
dest/chapters/prg/python/numpy/numpy.md: ../chapters/prg/python/numpy/numpy.md
../bin/markup-single.py ../chapters/prg/python/numpy/numpy.md 2
../bin/header.py dest/chapters/prg/python/numpy/numpy.md 2
dest/chapters/prg/python/scipy/scipy.md: ../chapters/prg/python/scipy/scipy.md
../bin/markup-single.py ../chapters/prg/python/scipy/scipy.md 2
../bin/header.py dest/chapters/prg/python/scipy/scipy.md 2
dest/chapters/prg/python/scikit-learn/scikit-learn-k-means.md: ../chapters/prg/python/scikit-learn/scikit-learn-k-means.md
../bin/markup-single.py ../chapters/prg/python/scikit-learn/scikit-learn-k-means.md 2
../bin/header.py dest/chapters/prg/python/scikit-learn/scikit-learn-k-means.md 2
dest/chapters/prg/python/python-parallel.md: ../chapters/prg/python/python-parallel.md
../bin/markup-single.py ../chapters/prg/python/python-parallel.md 2
../bin/header.py dest/chapters/prg/python/python-parallel.md 2
dest/chapters/prg/python/dask/dask.md: ../chapters/prg/python/dask/dask.md
../bin/markup-single.py ../chapters/prg/python/dask/dask.md 2
../bin/header.py dest/chapters/prg/python/dask/dask.md 2
dest/chapters/prg/python/random-forest/random-forest.md: ../chapters/prg/python/random-forest/random-forest.md
../bin/markup-single.py ../chapters/prg/python/random-forest/random-forest.md 2
../bin/header.py dest/chapters/prg/python/random-forest/random-forest.md 2
dest/chapters/prg/python/fingerprint/fingerprint.md: ../chapters/prg/python/fingerprint/fingerprint.md
../bin/markup-single.py ../chapters/prg/python/fingerprint/fingerprint.md 2
../bin/header.py dest/chapters/prg/python/fingerprint/fingerprint.md 2
dest/chapters/prg/python/facedetection/facedetection.md: ../chapters/prg/python/facedetection/facedetection.md
../bin/markup-single.py ../chapters/prg/python/facedetection/facedetection.md 2
../bin/header.py dest/chapters/prg/python/facedetection/facedetection.md 2
dest/chapters/SECTION/SECTION-FAQ.md: ../chapters/SECTION/SECTION-FAQ.md
../bin/markup-single.py ../chapters/SECTION/SECTION-FAQ.md 1
../bin/header.py dest/chapters/SECTION/SECTION-FAQ.md 1
dest/chapters/faq.md: ../chapters/faq.md
../bin/markup-single.py ../chapters/faq.md 2
../bin/header.py dest/chapters/faq.md 2
dest/chapters/faq-523.md: ../chapters/faq-523.md
../bin/markup-single.py ../chapters/faq-523.md 2
../bin/header.py dest/chapters/faq-523.md 2
dest/chapters/container/glossary.md: ../chapters/container/glossary.md
../bin/markup-single.py ../chapters/container/glossary.md 1
../bin/header.py dest/chapters/container/glossary.md 1
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