src/Doc/Main/document/build
author wenzelm
Thu, 24 Jul 2014 14:04:55 +0200
changeset 57644 6ca1646b6f14
parent 56534 3ff16a7f0b2e
child 62589 b5783412bfed
permissions -rwxr-xr-x
proper scope of comments;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53498
05313b45a5ae more portable hash-bang;
wenzelm
parents: 48985
diff changeset
     1
#!/usr/bin/env bash
48944
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     2
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     3
set -e
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     4
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     5
FORMAT="$1"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     6
VARIANT="$2"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     7
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     8
"$ISABELLE_TOOL" latex -o "$FORMAT"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     9
"$ISABELLE_TOOL" latex -o "$FORMAT"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    10