aboutsummaryrefslogtreecommitdiff
path: root/Documentation/mkbook
blob: 22b79b498738b18b6b5a6c666bc69347ea77b0e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

pandoc -S --toc -N \
       -V documentclass=report \
       -V fontsize=11pt \
       meta.yml \
       getting-started.md \
       basics.md \
       watching.md \
       building.md \
       --standalone \
       -t html5 \
       -o flow.html