forked from ijrussell/essential-fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pandoc-build.sh
executable file
·22 lines (22 loc) · 1018 Bytes
/
pandoc-build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pandoc -o ./build/Essential-F#.epub --epub-cover-image ./s_hero.jpeg \
book.yaml "./Chapters/00a - Preface.md" \
"./Chapters/00b - Acknowledgments.md" \
"./Chapters/00c - Getting Started.md" \
"./Chapters/01 - A simple Domain Modelling Exercise.md" \
"./Chapters/02 - Functions.md" \
"./Chapters/03 - Null and Exception Handling.md" \
"./Chapters/04 - Organising Code and Testing.md" \
"./Chapters/05 - Introduction to Collections.md" \
"./Chapters/06 - Reading Data From a File.md" \
"./Chapters/07 - Active Patterns.md" \
"./Chapters/08 - Functional Validation.md" \
"./Chapters/09 - Single Case Discriminated Union.md" \
"./Chapters/10 - Object Programming.md" \
"./Chapters/11 - Recursion.md" \
"./Chapters/12 - Computation Expressions.md" \
"./Chapters/13 - Introduction to Web Programming with Giraffe.md" \
"./Chapters/14 - Creating an API with Giraffe.md" \
"./Chapters/15 - Creating Web Pages with Giraffe.md" \
"./Chapters/99a - Summary.md" \
"./Chapters/99b - Appendix1.md" \
"./Chapters/99c - Appendix2.md"